aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebug.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-02-16 11:37:55 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-05 22:21:20 +0000
commitaf9e21cd91abcff9e084161cb7ed15fbedc8f931 (patch)
tree1eea4f772e00b0ab5b3207d62b9b7e8783fdd065 /src/qml/debugger/qqmldebug.h
parentd534b8eb868072d8957c006aec910d4585d10b09 (diff)
Fix build: QString needs to be fully-defined for QString()
qqmldebug.h:46:71: error: invalid use of incomplete type ‘class QString’ qglobal.h:651:7: error: forward declaration of ‘class QString’ Change-Id: I1a800c709d3543699131ffff13c3797acbc19956 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/qqmldebug.h')
-rw-r--r--src/qml/debugger/qqmldebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmldebug.h b/src/qml/debugger/qqmldebug.h
index 03f6cb72c8..bb90c4f1b8 100644
--- a/src/qml/debugger/qqmldebug.h
+++ b/src/qml/debugger/qqmldebug.h
@@ -35,6 +35,7 @@
#define QQMLDEBUG_H
#include <QtQml/qtqmlglobal.h>
+#include <QtCore/qstring.h>
QT_BEGIN_NAMESPACE