Searched refs:msgNotifier (Results 1 – 2 of 2) sorted by relevance
139 msgNotifier = NULL; in WpaGui()185 delete msgNotifier; in ~WpaGui()380 delete msgNotifier; in openCtrlConnection()381 msgNotifier = NULL; in openCtrlConnection()409 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()411 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
129 QSocketNotifier *msgNotifier; variable