Searched refs:SuggestionReply (Results 1 – 2 of 2) sorted by relevance
36 class SuggestionReply : public QPlaceSearchSuggestionReply class40 SuggestionReply(QObject *parent) : QPlaceSearchSuggestionReply(parent){} in SuggestionReply() function in SuggestionReply66 SuggestionReply *reply = new SuggestionReply(this); in constructorTest()74 SuggestionReply *reply = new SuggestionReply(this); in typeTest()86 SuggestionReply *reply = new SuggestionReply(this); in suggestionsTest()
204 class SuggestionReply : public QPlaceSearchSuggestionReply209 SuggestionReply(const QStringList &suggestions, QObject *parent = 0)518 SuggestionReply *reply = new SuggestionReply(suggestions, this); in searchSuggestions()