summaryrefslogtreecommitdiffstats
path: root/pbap/pbap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pbap/pbap.h')
-rw-r--r--pbap/pbap.h1
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);