Searched refs:m_placeAttribute (Results 1 – 1 of 1) sorted by relevance
76 QPlaceAttribute m_placeAttribute; member in tst_qmlinterface122 m_placeAttribute.setLabel(QStringLiteral("Test Attribute")); in tst_qmlinterface()123 m_placeAttribute.setText(QStringLiteral("Test attribute text")); in tst_qmlinterface()296 QCOMPARE(placeAttribute, m_placeAttribute); in testPlaceAttribute()