Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp226 d_ptr->m_completed = true; in componentComplete()
463 if (!d_ptr->m_completed) in pluginReady()
476 if (!d_ptr->m_completed || !d_ptr->m_plugin->isAttached()) in ensureEngine()
H A Dqdeclarativenavigator_p_p.h199 bool m_completed = false; variable