Searched refs:m_loadTimer (Results 1 – 2 of 2) sorted by relevance
23 m_loadTimer(Q_NULLPTR) in WIFIWidget()73 m_loadTimer->start(); in createAP()80 m_loadTimer->stop(); in createAP()184 if(m_loadTimer== Q_NULLPTR) in setListenLoad()188 m_loadTimer = new QTimer(this); in setListenLoad()189 m_loadTimer->setInterval(500); in setListenLoad()190 connect(m_loadTimer, &QTimer::timeout, [=](){ in setListenLoad()206 m_loadTimer->start(); in setListenLoad()212 m_loadTimer->stop(); in setListenLoad()
68 QTimer *m_loadTimer; variable