Searched refs:otherReq (Results 1 – 1 of 1) sorted by relevance
65 QPlaceContentRequest otherReq; in contentTest() local66 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()