Searched refs:contentReply (Results 1 – 2 of 2) sorted by relevance
137 /*QPlaceContentReply * */ contentReply = manager->getPlaceContent(request); in images()138 connect(contentReply, SIGNAL(finished()), this, SLOT(handleImagesReply())); in images()251 QPlaceContentReply *contentReply = manager->getPlaceContent(request); in content() local255 Q_UNUSED(contentReply); in content()360 if (contentReply->error() == QPlaceReply::NoError) { in handleImagesReply()361 const auto content = contentReply->content(); in handleImagesReply()370 foreach (const QPlaceImage &image, contentReply->content()) { in handleImagesReply()378 place.insertContent(contentReply->request().contentType(), contentReply->content()); in handleImagesReply()379 … place.setTotalContentCount(contentReply->request().contentType(), contentReply->totalCount()); in handleImagesReply()382 contentReply->deleteLater(); in handleImagesReply()[all …]
641 QPlaceContentReply *contentReply = placeManager->getPlaceContent(request); in content() local642 QSignalSpy contentSpy(contentReply, SIGNAL(finished())); in content()644 QVERIFY(contentReply->totalCount() > 0); in content()646 if (contentReply->totalCount() >= 2) { in content()