diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-20 16:19:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-20 16:19:47 +0000 |
commit | 46a79c44b7ac8da7208658fc26d3eec152f7b616 (patch) | |
tree | 54d95dc1dad039147194dcccc58c3cc9f5dfb8a8 /pbap/pbap.h | |
parent | e89c4886888a322a21cf7c89c1ee2864dbb4e815 (diff) | |
parent | b3d51e2d73a1e7e0fbd3d7a1b8d203b3d15b81f2 (diff) |
Merge "libqtappfw: pbap: add import verb for contacts"
Diffstat (limited to 'pbap/pbap.h')
-rw-r--r-- | pbap/pbap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbap/pbap.h b/pbap/pbap.h index 4d49521..4859343 100644 --- a/pbap/pbap.h +++ b/pbap/pbap.h @@ -146,6 +146,7 @@ class Pbap : public QObject explicit Pbap(QUrl &url, QQmlContext *context, QObject * parent = Q_NULLPTR); virtual ~Pbap(); + Q_INVOKABLE void importContacts(int max_entries); Q_INVOKABLE void refreshContacts(int max_entries); Q_INVOKABLE void refreshCalls(int max_entries); Q_INVOKABLE void search(QString number); |