Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:fileStopServiceAction

51 	fileStopServiceAction = new QAction(this);
52 fileStopServiceAction->setObjectName("Stop Service");
53 fileStopServiceAction->setIconText("Stop Service");
54 fileMenu->insertAction(actionWPS, fileStopServiceAction);
59 fileMenu->insertAction(fileStopServiceAction, fileStartServiceAction);
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,