Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #89 from matthewvogt/fix-bt-reimport
Browse files Browse the repository at this point in the history
[libcontacts] Ensure BT contacts are found for import merge
  • Loading branch information
matthewvogt committed Jul 23, 2014
2 parents 6db6fac + c6e4010 commit d149396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seasideimport.cpp
Expand Up @@ -94,7 +94,7 @@ QContactFilter localContactFilter()
filterWasLocal.setValue(QString::fromLatin1("was_local"));
filterBluetooth.setValue(QString::fromLatin1("bluetooth"));

return filterLocal | filterWasLocal;
return filterLocal | filterWasLocal | filterBluetooth;
}

bool nameIsEmpty(const QContactName &name)
Expand Down

0 comments on commit d149396

Please sign in to comment.