aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-18 19:58:58 -0800
committerSimon Hausmann <simon.hausmann@digia.com>2015-01-02 21:11:29 +0100
commitd0db6dc2b7ceb04f2bc1815ac3216a09add8fd3d (patch)
tree007f34f34043af9f6f4424a0df9dff31972b5036 /tests
parent46e028bb45fcaf8a08f2d0824757de359730cecc (diff)
Fix build: include <qdatastream.h> before using QDataStream
Change-Id: I779e0cd705f664368b47763d4367b9dc377c1770 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp b/tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp
index f1c0840227..86e8bd52ef 100644
--- a/tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp
+++ b/tests/auto/qml/debugger/shared/qqmlenginedebugclient.cpp
@@ -32,6 +32,7 @@
****************************************************************************/
#include "qqmlenginedebugclient.h"
+#include "qdatastream.h"
struct QmlObjectData {
QUrl url;