summaryrefslogtreecommitdiffstats
path: root/pbap/pbap.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-06-19 15:58:54 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-06-19 23:26:02 -0700
commitb3d51e2d73a1e7e0fbd3d7a1b8d203b3d15b81f2 (patch)
treee275243de387338746e67911795b4df7808d56c8 /pbap/pbap.h
parent9d896c9c8f5622370362091f38bbc5d1f4189901 (diff)
libqtappfw: pbap: add import verb for contacts
To allow the switch from on every connection of updating the contact info to per UI request of syncing. This patchset adds the 'import' verb call. OBEX transfer are very slow and ineffective for redundant data. Also max_entries parameter is still left in for backwards compatiblity but not used in the actual binding call. Bug-AGL: SPEC-2541 Change-Id: I94e43b1fb5f6eeae3efde7d14ce7c3816cebe0ad Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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);