Home
last modified time | relevance | path

Searched refs:showAboutAction (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dqconf.cc1453 QAction *showAboutAction = new QAction("About", this); in ConfigMainWindow() local
1454 connect(showAboutAction, &QAction::triggered, in ConfigMainWindow()
1491 menu->addAction(showAboutAction); in ConfigMainWindow()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc1452 QAction *showAboutAction = new QAction( _("About"), this); in ConfigMainWindow() local
1453 connect(showAboutAction, SIGNAL(triggered(bool)), SLOT(showAbout())); in ConfigMainWindow()
1491 helpMenu->addAction(showAboutAction); in ConfigMainWindow()