summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.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/commands/synchronizecommand.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/commands/synchronizecommand.h')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h b/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h
index fd4d9904df..3c4a7716c3 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h
@@ -56,6 +56,7 @@ QDataStream &operator<<(QDataStream &out, const SynchronizeCommand &command);
QDataStream &operator>>(QDataStream &in, SynchronizeCommand &command);
bool operator ==(const SynchronizeCommand &first, const SynchronizeCommand &second);
+QDebug operator <<(QDebug debug, const SynchronizeCommand &command);
} // namespace QmlDesigner