mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
test
This commit is contained in:
parent
446000267e
commit
a2e6549204
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ void MagicSearchModel::onSearchResultsReceived(const std::shared_ptr<linphone::M
|
|||
for (auto result : results) {
|
||||
auto f = result->getFriend();
|
||||
auto sourceFlags = result->getSourceFlags();
|
||||
qInfo() << "result" << result->getAddress()->asStringUriOnly():
|
||||
qInfo() << "result" << result->getAddress()->asStringUriOnly();
|
||||
qInfo() << "result has flag friend" << result->hasSourceFlag(linphone::MagicSearch::Source::Friends) << ((sourceFlags & (int)linphone::MagicSearch::Source::Friends) != 0);
|
||||
qInfo() << "result has flag ldap" << result->hasSourceFlag(linphone::MagicSearch::Source::LdapServers) << ((sourceFlags & (int)linphone::MagicSearch::Source::LdapServers) != 0);
|
||||
qInfo() << "result has flag carddav" << result->hasSourceFlag(linphone::MagicSearch::Source::RemoteCardDAV) << ((sourceFlags & (int)linphone::MagicSearch::Source::RemoteCardDAV) != 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue