Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecontentrequest/
H A Dtst_qplacecontentrequest.cpp65 QPlaceContentRequest otherReq; in contentTest() local
66 otherReq.setLimit(10); in contentTest()
67 otherReq.setContentType(QPlaceContent::ReviewType); in contentTest()
68 req = otherReq; in contentTest()
71 QCOMPARE(req, otherReq); in contentTest()
75 QVERIFY(req != otherReq); in contentTest()