Searched refs:m_response (Results 1 – 2 of 2) sorted by relevance
139 : QAbstractItemModel(parent), m_response(0), m_plugin(0), m_hierarchical(true), in QDeclarativeSupportedCategoriesModel()339 if (!m_response) in replyFinished()342 m_response->deleteLater(); in replyFinished()344 if (m_response->error() == QPlaceReply::NoError) { in replyFinished()347 m_response = 0; in replyFinished()352 const QString errorString = m_response->errorString(); in replyFinished()354 m_response = 0; in replyFinished()366 if (m_response) in addedCategory()402 if (m_response) in updatedCategory()469 if (m_response) in removedCategory()[all …]
151 QPlaceReply *m_response; variable