Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoshape/
H A Dtst_qgeoshape.cpp112 QVariant varShape = QVariant::fromValue(QGeoShape()); in conversions() local
118 QVERIFY(varShape.canConvert<QGeoShape>()); in conversions()
119 QVERIFY(varShape.canConvert<QGeoCircle>()); in conversions()
120 QVERIFY(varShape.canConvert<QGeoRectangle>()); in conversions()