Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/
H A Dqgeopositioninfosource_winrt.cpp198 QGeoPositionInfoSource::PositioningMethods preferredMethods = preferredPositioningMethods(); in init() local
199 if (preferredMethods == QGeoPositionInfoSource::NoPositioningMethods) in init()
200 preferredMethods = QGeoPositionInfoSource::AllPositioningMethods; in init()
201 setPreferredPositioningMethods(preferredMethods); in init()