Searched refs:nextExpiryTimer (Results 1 – 1 of 1) sorted by relevance
81 nextExpiryTimer = new QTimer(this); in QGeoAreaMonitorPollingPrivate()82 nextExpiryTimer->setSingleShot(true); in QGeoAreaMonitorPollingPrivate()83 connect(nextExpiryTimer, SIGNAL(timeout()), in QGeoAreaMonitorPollingPrivate()212 nextExpiryTimer->stop(); in setupNextExpiryTimeout()231 nextExpiryTimer->start(QDateTime::currentDateTime().msecsTo(activeExpiry.first)); in setupNextExpiryTimeout()307 QTimer* nextExpiryTimer; member in QGeoAreaMonitorPollingPrivate