HomeSort by relevance Sort by last modified time
    Searched refs:addInterfaceAction (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 135 QAction *addInterfaceAction;
wpagui.cpp 56 addInterfaceAction = new QAction(this);
57 addInterfaceAction->setIconText(tr("Add Interface"));
58 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
60 connect(addInterfaceAction, SIGNAL(triggered()), this,
    [all...]

Completed in 34 milliseconds