summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-02-06 10:36:48 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-15 17:27:24 +0100
commit556dd0228aca07dfe8443fd99e9f2ead4e13ab22 (patch)
tree4778bf8081c8e823ac298c2b3e7c591b787acac4 /src/corelib/json
parentded417b75a95cb5e3622f95d41f81c024aa532fb (diff)
Add JSON support to the bootstrap library
The JSON support will get used in moc to support the creation of plugin metadata that's embedded into the plugin itself. Change-Id: I3bc52b16ca0a43bc8bf9141b450045c6183b7823 Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/json')
-rw-r--r--src/corelib/json/qjsonarray.h1
-rw-r--r--src/corelib/json/qjsonobject.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/json/qjsonarray.h b/src/corelib/json/qjsonarray.h
index 8bb1ac0b51..83b07e33c9 100644
--- a/src/corelib/json/qjsonarray.h
+++ b/src/corelib/json/qjsonarray.h
@@ -43,6 +43,7 @@
#define QJSONARRAY_H
#include <QtCore/qjsonvalue.h>
+#include <QtCore/qiterator.h>
QT_BEGIN_HEADER
diff --git a/src/corelib/json/qjsonobject.h b/src/corelib/json/qjsonobject.h
index d2831a3cea..973a01585b 100644
--- a/src/corelib/json/qjsonobject.h
+++ b/src/corelib/json/qjsonobject.h
@@ -43,6 +43,7 @@
#define QJSONOBJECT_H
#include <QtCore/qjsonvalue.h>
+#include <QtCore/qiterator.h>
QT_BEGIN_HEADER