aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2012-09-26 16:21:11 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-09-27 09:49:41 +0200
commitac186ff7aeec9b3585f42b724682cc314b4cf565 (patch)
tree6b866a0bbafbc40f8e060b589ad1d1cf4b2284a6 /share
parent1bfd2a0c1f05400bafdfef8d167f450a4d3b74ab (diff)
QmlDesigner: final compile fixes for 2.6 on Qt 5
Change-Id: Iba13f1b03a641f913d69822ddd623d6bfe38825f Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/tokencommand.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/container/instancecontainer.h1
-rw-r--r--share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h1
7 files changed, 7 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h b/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h
index 8741a82afe..0b52d0291d 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h
@@ -32,6 +32,7 @@
#define CHANGENODESOURCECOMMAND_H
#include <QMetaType>
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h b/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h
index 24c0073142..2ee66be516 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h
@@ -33,6 +33,7 @@
#include <QMetaType>
#include <QVector>
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h b/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h
index 80cfa2ec8f..16f6a036ed 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h
@@ -32,6 +32,7 @@
#define COMPONENTCOMPLETEDCOMMAND_H
#include <QMetaType>
#include <QVector>
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h b/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
index d20a5f8d63..1c0b4c2efb 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h
@@ -33,6 +33,7 @@
#include <QMetaType>
#include <QVector>
+#include <QDataStream>
#include "instancecontainer.h"
diff --git a/share/qtcreator/qml/qmlpuppet/commands/tokencommand.h b/share/qtcreator/qml/qmlpuppet/commands/tokencommand.h
index e79c4d1366..20e0f8dbdf 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/tokencommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/tokencommand.h
@@ -34,6 +34,7 @@
#include <QMetaType>
#include <QVector>
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/container/instancecontainer.h b/share/qtcreator/qml/qmlpuppet/container/instancecontainer.h
index d7874dd1dd..83abc8e963 100644
--- a/share/qtcreator/qml/qmlpuppet/container/instancecontainer.h
+++ b/share/qtcreator/qml/qmlpuppet/container/instancecontainer.h
@@ -33,6 +33,7 @@
#include <qmetatype.h>
#include <QString>
+#include <QDataStream>
namespace QmlDesigner {
diff --git a/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h b/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
index cb68f99622..2ea6b00dd5 100644
--- a/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
+++ b/share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h
@@ -32,6 +32,7 @@
#define REPARENTCONTAINER_H
#include <qmetatype.h>
+#include <QDataStream>
namespace QmlDesigner {