summaryrefslogtreecommitdiffstats
path: root/src/daemon/jsondbnotification.cpp
diff options
context:
space:
mode:
authorKevin Simons <kevin.simons@nokia.com>2012-03-05 09:31:07 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-15 20:32:48 +0100
commit3024cb7295ba184549f4d813256ab038859043bd (patch)
tree1f64e9f8f6e93fba51096dfb921c66962dac8cde /src/daemon/jsondbnotification.cpp
parentdb23f0e8410054676f776d120c94839d61c9fb6e (diff)
Refactoring: remove JsonDb class
This is the first major step in separating out the partition functionality into its own library. It completely removes the JsonDb class and splits the functionality between DBServer and JsonDbPartition. The goal of this patch is to minimize the changes to existing code. To that end, a great deal of code was copied-and-pasted from jsondb.cpp. Subsequent patches will further the refactoring, removing the redundant code created by this patch. Change-Id: I33347b802d53c00375829f1a26277bb142a272da Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
Diffstat (limited to 'src/daemon/jsondbnotification.cpp')
-rw-r--r--src/daemon/jsondbnotification.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/jsondbnotification.cpp b/src/daemon/jsondbnotification.cpp
index 69747ec4..02b32623 100644
--- a/src/daemon/jsondbnotification.cpp
+++ b/src/daemon/jsondbnotification.cpp
@@ -44,9 +44,10 @@
#include <QMap>
#include <QVariantList>
#include <QString>
+#include <QStringList>
-#include "jsondb.h"
#include "jsondbnotification.h"
+#include "jsondbquery.h"
#include "jsondb-strings.h"
QT_BEGIN_NAMESPACE_JSONDB