Beispiel #1
0
void QtHighlightEditor::handleContactSuggestionRequested(const QString& text)
{
	std::string stdText = Q2PSTRING(text);
	onContactSuggestionsRequested(stdText);
}
Beispiel #2
0
void QtUserSearchWindow::handleContactSuggestionRequested(const QString& text) {
    std::string stdText = Q2PSTRING(text);
    onContactSuggestionsRequested(stdText);
}