Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h141 QAction *showAction; variable
Dwpagui.cpp1409 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()
1412 connect(showAction, SIGNAL(triggered()), this, SLOT(show())); in createTrayIcon()
1415 tray_menu->addAction(showAction); in createTrayIcon()