Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp207 void QGeoPath::clearPath() in clearPath() function in QGeoPath
210 d->clearPath(); in clearPath()
623 void QGeoPathPrivate::clearPath() in clearPath() function in QGeoPathPrivate
H A Dqgeopath.h75 void clearPath();
H A Dqgeopath_p.h210 virtual void clearPath();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.046 - [QTBUG-62875] QGeoPath can now be cleared directly using clearPath.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/
H A Dtst_qgeopath.cpp185 p.clearPath(); in path()