summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-12-15 23:42:18 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-16 02:49:49 +0100
commitd547cacd0ee7190d332edaab53db576e737637f8 (patch)
tree365b465cb39696c2f0f7d8f183dc74360443fff5 /src/client/client.pro
parent4cf7b4d4b780842394e599ea80f8a427d9c50925 (diff)
Changed JsonDbClient::notified signal
The new signal emits an object that contains extended information about the notification - the object that was changed, the action and stateNumber (for future use). Change-Id: Ibf7eeeb9c122c20c79cd4bd942b3f524c1787a3d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 0d2a1ea6..1ce84080 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -25,13 +25,15 @@ HEADERS += \
jsondb-connection_p.h \
jsondb-connection_p_p.h \
jsondb-query.h \
- jsondb-oneshot_p.h
+ jsondb-oneshot_p.h \
+ jsondb-notification.h
SOURCES += \
jsondb-error.cpp \
jsondb-client.cpp \
jsondb-connection.cpp \
jsondb-query.cpp \
- jsondb-oneshot.cpp
+ jsondb-oneshot.cpp \
+ jsondb-notification.cpp
mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$QT.jsondb.name