Searched refs:proposedSearchIndex (Results 1 – 3 of 3) sorted by relevance
691 void QDeclarativeSearchResultModel::updateWith(int proposedSearchIndex) in updateWith() argument693 if (m_results.at(proposedSearchIndex).type() != QPlaceSearchResult::ProposedSearchResult) in updateWith()696 m_request = QPlaceProposedSearchResult(m_results.at(proposedSearchIndex)).searchRequest(); in updateWith()
127 Q_INVOKABLE void updateWith(int proposedSearchIndex);
1635 Parameter { name: "proposedSearchIndex"; type: "int" }