Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp174 QGeoRouteRequest::FeatureTypes featureTypeFlag = QGeoRouteRequest::NoFeature; in checkEngineSupport() local
178 featureTypeFlag |= featureTypeList.at(i); in checkEngineSupport()
182 if ((featureTypeFlag & supportedFeatureTypes()) != featureTypeFlag) in checkEngineSupport()