Searched refs:extendedAttributeTypes (Results 1 – 6 of 6) sorted by relevance
508 QVERIFY(place.extendedAttributeTypes().isEmpty()); in extendedAttributeTest()516 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()517 QCOMPARE(place.extendedAttributeTypes().count(), 1); in extendedAttributeTest()528 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("shelter"))); in extendedAttributeTest()529 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()530 QCOMPARE(place.extendedAttributeTypes().count(), 2); in extendedAttributeTest()538 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("shelter"))); in extendedAttributeTest()539 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()540 QCOMPARE(place.extendedAttributeTypes().count(), 2); in extendedAttributeTest()544 foreach (const QString &attributeType, place.extendedAttributeTypes()) in extendedAttributeTest()[all …]
106 QStringList extendedAttributeTypes() const;
466 QStringList QPlace::extendedAttributeTypes() const in extendedAttributeTypes() function in QPlace
489 if (place.extendedAttributeTypes().contains(QPlaceAttribute::OpeningHours)) in openingHours()
1085 QStringList attributeTypes = m_src.extendedAttributeTypes(); in pullExtendedAttributes()
410 QVERIFY(!place.extendedAttributeTypes().isEmpty()); in details()