Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp367 …agerEngine(d_ptr->cleanedParameterMap, &(d_ptr->navigationError), &(d_ptr->navigationErrorString)); in createEngine()
556 &(d_ptr->navigationError), &(d_ptr->navigationErrorString), in navigationManager()
686 QString QGeoServiceProvider::navigationErrorString() const in navigationErrorString() function in QGeoServiceProvider
688 return d_ptr->navigationErrorString; in navigationErrorString()
H A Dqgeoserviceprovider_p.h114 QString navigationErrorString; variable
H A Dqgeoserviceprovider.h173 QString navigationErrorString() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp500 setError(newError, serviceProvider->navigationErrorString()); in ensureEngine()