Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereview/
H A Dtst_qplacereview.cpp85 review.setLanguage("en"); in initialSubObject()
113 testObj.setLanguage("testId"); in constructorTest()
153 testObj.setLanguage("testText"); in languageTest()
174 testObj2.setLanguage("testValue2"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/
H A Dtst_qplaceeditorial.cpp80 editorial.setLanguage("en"); in initialSubObject()
143 testObj.setLanguage("testText"); in languageTest()
150 testObj.setLanguage("testValue"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial.h63 void setLanguage(const QString &data);
H A Dqplacereview.h63 void setLanguage(const QString &data);
H A Dqplaceeditorial.cpp160 void QPlaceEditorial::setLanguage(const QString &language) in setLanguage() function in QPlaceEditorial
H A Dqplacereview.cpp169 void QPlaceReview::setLanguage(const QString &language) in setLanguage() function in QPlaceReview
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.cpp163 review.setLanguage(reviewObject.value(QStringLiteral("language")).toString()); in parseReview()
190 editorial.setLanguage(editorialObject.value(QStringLiteral("language")).toString()); in parseEditorial()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml188 function setLanguage(lang)
257 stackView.currentItem.selectLanguage.connect(setLanguage)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h317 review.setLanguage(ro.value("language").toString()); in QPlaceManagerEngineTest()
364 … editorial.setLanguage(edo.value(QStringLiteral("language")).toString()); in QPlaceManagerEngineTest()