Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp613 qDeleteAll(m_icons); in clearData()
614 m_icons.clear(); in clearData()
637 return QVariant::fromValue(static_cast<QObject *>(m_icons.at(index.row()))); in data()
920 m_icons.append(icon); in updateLayout()
H A Dqdeclarativesearchresultmodel_p.h179 QList<QDeclarativePlaceIcon *> m_icons; variable