summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonwriter_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-06-15 14:04:53 +0200
committerLars Knoll <lars.knoll@qt.io>2016-06-25 08:01:04 +0000
commit59c3670b63b6e97dac6115a0819e6c412d3f7888 (patch)
tree291c928862d664645dd3611b7c7f9c92965acd79 /src/corelib/json/qjsonwriter_p.h
parent72adb7f00ce92b33a7b85098c382152c913aaecb (diff)
Make sure all private headers in Qt Core include qglobal_p.h
The rule was: - if the header included qglobal.h, turn that into qglobal_p.h - otherwise, insert the #include after the "We mean it" warning qglobal_p.h currently only includes qglobal.h. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/json/qjsonwriter_p.h')
-rw-r--r--src/corelib/json/qjsonwriter_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/json/qjsonwriter_p.h b/src/corelib/json/qjsonwriter_p.h
index b9cdbb6976..76a8460449 100644
--- a/src/corelib/json/qjsonwriter_p.h
+++ b/src/corelib/json/qjsonwriter_p.h
@@ -50,6 +50,8 @@
//
// We mean it.
//
+
+#include <QtCore/private/qglobal_p.h>
#include <qjsonvalue.h>
QT_BEGIN_NAMESPACE