Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp186 m_reviewModel(0), m_imageModel(0), m_editorialModel(0), in QDeclarativePlace()
199 m_reviewModel(0), m_imageModel(0), m_editorialModel(0), in QDeclarativePlace()
267 if (!m_reviewModel) { in reviewModel()
268 m_reviewModel = new QDeclarativeReviewModel(this); in reviewModel()
269 m_reviewModel->setPlace(this); in reviewModel()
272 return m_reviewModel; in reviewModel()
375 if (m_reviewModel && m_src.totalContentCount(QPlaceContent::ReviewType) >= 0) { in setPlace()
376 m_reviewModel->initializeCollection(m_src.totalContentCount(QPlaceContent::ReviewType), in setPlace()
H A Dqdeclarativeplace_p.h232 QDeclarativeReviewModel *m_reviewModel; variable