Home
last modified time | relevance | path

Searched refs:proposedSearchIndex (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp691 void QDeclarativeSearchResultModel::updateWith(int proposedSearchIndex) in updateWith() argument
693 if (m_results.at(proposedSearchIndex).type() != QPlaceSearchResult::ProposedSearchResult) in updateWith()
696 m_request = QPlaceProposedSearchResult(m_results.at(proposedSearchIndex)).searchRequest(); in updateWith()
H A Dqdeclarativesearchresultmodel_p.h127 Q_INVOKABLE void updateWith(int proposedSearchIndex);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1635 Parameter { name: "proposedSearchIndex"; type: "int" }