Home
last modified time | relevance | path

Searched refs:requestNewWeatherTimer (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp161 QTimer requestNewWeatherTimer; member in AppModelPrivate
175 requestNewWeatherTimer.setSingleShot(false); in AppModelPrivate()
176 requestNewWeatherTimer.setInterval(20*60*1000); // 20 min in AppModelPrivate()
219 connect(&d->requestNewWeatherTimer, SIGNAL(timeout()), in AppModel()
221 d->requestNewWeatherTimer.start(); in AppModel()