mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Use MagicSearch with UTF8
This commit is contained in:
parent
8402314990
commit
0952dfb48b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ bool SearchSipAddressesModel::removeRows (int row, int count, const QModelIndex
|
|||
}
|
||||
|
||||
void SearchSipAddressesModel::setFilter(const QString& filter){
|
||||
mMagicSearch->getContactListFromFilterAsync(Utils::appStringToCoreString(filter),"");
|
||||
mMagicSearch->getContactListFromFilterAsync(filter.toStdString(),"");
|
||||
//searchReceived(mMagicSearch->getContactListFromFilter(Utils::appStringToCoreString(filter),"")); // Just to show how to use sync method
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue