Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoserviceproviderplugin_test.cpp42 const QString failError = parameters.value(QStringLiteral("error")).toString(); in createEngine() local
45 if (!failError.isEmpty()) { in createEngine()
46 *error = QGeoServiceProvider::Error(failError.toInt()); in createEngine()