summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-07-16 17:00:07 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-07-16 17:04:31 +0200
commit0ba2b9b37d745107926e13cf7e241c5351229966 (patch)
tree892e4e2a740c5f59a1f000f12c3ce58236afa9f7 /share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
parent8f22b84016021733c0b968d481ff65e21870dea4 (diff)
downloadqt-creator-0ba2b9b37d745107926e13cf7e241c5351229966.tar.gz
QmlDesigner: Add qdebugs for commands
Change-Id: I60bdd5b36749be5092d4dabe486b101d62b3df06 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h')
-rw-r--r--share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h b/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
index ba468b4b53..497af0f250 100644
--- a/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
+++ b/share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h
@@ -48,6 +48,7 @@ class PropertyAbstractContainer
friend QDataStream &operator<<(QDataStream &out, const PropertyAbstractContainer &container);
friend QDataStream &operator>>(QDataStream &in, PropertyAbstractContainer &container);
+ friend QDebug operator <<(QDebug debug, const PropertyAbstractContainer &container);
public:
PropertyAbstractContainer();
PropertyAbstractContainer(qint32 instanceId, const PropertyName &name, const QString &dynamicTypeName);
@@ -63,6 +64,7 @@ private:
QString m_dynamicTypeName;
};
+QDebug operator <<(QDebug debug, const PropertyAbstractContainer &container);
} // namespace QmlDesigner