Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp363 QMetaObject::invokeMethod(&m_refresh, "start", Qt::QueuedConnection); in threadedRenderingHack()
365 QMetaObject::invokeMethod(&m_refresh, "stop", Qt::QueuedConnection); in threadedRenderingHack()
379 connect(&d->m_refresh, &QTimer::timeout, this, &QGeoMap::sgNodeChanged); in QGeoMapMapboxGL()
380 d->m_refresh.setInterval(250); in QGeoMapMapboxGL()
H A Dqgeomapmapboxgl_p.h86 QTimer m_refresh; variable