Searched refs:msgNotifier (Results 1 – 2 of 2) sorted by relevance
135 msgNotifier = NULL; in WpaGui()176 delete msgNotifier; in ~WpaGui()364 delete msgNotifier; in openCtrlConnection()365 msgNotifier = NULL; in openCtrlConnection()393 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()395 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
98 QSocketNotifier *msgNotifier; variable