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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 109 QAction *statAction;
wpagui.cpp 1299 statAction = new QAction(tr("S&tatus"), this);
1302 connect(statAction, SIGNAL(triggered()), this, SLOT(showTrayStatus()));
1305 tray_menu->addAction(statAction);
    [all...]

Completed in 476 milliseconds