Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp80 QPlaceAttribute paymentMethods; in constructorTest() local
81 paymentMethods.setLabel("Payment methods"); in constructorTest()
82 paymentMethods.setText("Visa"); in constructorTest()
83 testObj.setExtendedAttribute(QStringLiteral("paymentMethods"), paymentMethods); in constructorTest()
490 QPlaceAttribute paymentMethods; in operatorsTest() local
491 paymentMethods.setLabel("Payment methods"); in operatorsTest()
492 paymentMethods.setText("Visa"); in operatorsTest()
493 testObj.setExtendedAttribute(QStringLiteral("paymentMethods"), paymentMethods); in operatorsTest()