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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc906 QAction *showAboutAction = new QAction(NULL, "About", 0, this); local
907 connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout()));
943 showAboutAction->addTo(helpMenu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1366 QAction *showAboutAction = new QAction(NULL, _("About"), 0, this); local
1367 connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout()));
1409 showAboutAction->addTo(helpMenu);

Completed in 53 milliseconds