summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-12-08 01:26:45 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-08 20:03:50 +0100
commit98a139b1038fe87b2a6c91405395204383bc0215 (patch)
tree4f76553eb9a006cdfa2b0a0f0fa4facd08439879 /src/client/client.pro
parentbd5c2e9a94f5360f38b91108f70428cb472fd68d (diff)
Added new JsonDbClient api for query and changesSince
This new api provides signal-based interface for retrieving data and enables fetching data in chunks which will be extremely useful when we implement client-side reads. Change-Id: Ifbae9f02e95257b7c9b966889b4c3b7cfa4b02d2 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Hagen Rother <hagen.rother@nokia.com> Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 8077e8d3..0d2a1ea6 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -24,12 +24,14 @@ HEADERS += \
jsondb-client_p.h \
jsondb-connection_p.h \
jsondb-connection_p_p.h \
+ jsondb-query.h \
jsondb-oneshot_p.h
SOURCES += \
jsondb-error.cpp \
jsondb-client.cpp \
jsondb-connection.cpp \
+ jsondb-query.cpp \
jsondb-oneshot.cpp
mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$QT.jsondb.name