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

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h135 QAction *addInterfaceAction; member in class:WpaGui
H A Dwpagui.cpp56 addInterfaceAction = new QAction(this);
57 addInterfaceAction->setIconText(tr("Add Interface"));
58 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
60 connect(addInterfaceAction, SIGNAL(triggered()), this,

Completed in 66 milliseconds