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 165 QAction *fileStartServiceAction;
wpagui.cpp 47 fileStartServiceAction = new QAction(this);
48 fileStartServiceAction->setObjectName("Start Service");
49 fileStartServiceAction->setIconText(tr("Start Service"));
50 fileMenu->insertAction(fileStopServiceAction, fileStartServiceAction);
52 connect(fileStartServiceAction, SIGNAL(triggered()), this,
59 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
    [all...]

Completed in 4895 milliseconds