OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventAction
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h
111
QAction *
eventAction
;
wpagui.cpp
1293
eventAction
= new QAction("&Event History", this);
1296
connect(
eventAction
, SIGNAL(triggered()), this, SLOT(eventHistory()));
1299
tray_menu->addAction(
eventAction
);
[
all
...]
Completed in 16 milliseconds