Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp139 m_nextRequest.clear(); in clearData()
265 if (m_nextRequest == QPlaceContentRequest()) { in fetchMore()
273 m_reply = placeManager->getPlaceContent(m_nextRequest); in fetchMore()
306 m_nextRequest = reply->nextPageRequest(); in fetchFinished()
H A Dqdeclarativeplacecontentmodel_p.h130 QPlaceContentRequest m_nextRequest; variable