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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 129 QAction *fileStartServiceAction;
wpagui.cpp 46 fileStartServiceAction = new QAction(this);
47 fileStartServiceAction->setObjectName("Start Service");
48 fileStartServiceAction->setIconText(tr("Start Service"));
49 fileMenu->insertAction(fileStopServiceAction, fileStartServiceAction);
51 connect(fileStartServiceAction, SIGNAL(triggered()), this,
58 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
    [all...]

Completed in 101 milliseconds