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

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 132 QAction *fileStartServiceAction;
wpagui.cpp 56 fileStartServiceAction = new QAction(this);
57 fileStartServiceAction->setObjectName("Start Service");
58 fileStartServiceAction->setIconText("Start Service");
59 fileMenu->insertAction(fileStopServiceAction, fileStartServiceAction);
61 connect(fileStartServiceAction, SIGNAL(triggered()), this,
68 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
    [all...]
  /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 752 milliseconds