Searched refs:msgNotifier (Results 1 – 2 of 2) sorted by relevance
137 msgNotifier = NULL; in WpaGui()183 delete msgNotifier; in ~WpaGui()378 delete msgNotifier; in openCtrlConnection()379 msgNotifier = NULL; in openCtrlConnection()407 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
129 QSocketNotifier *msgNotifier; variable