forked from qt-creator/qt-creator
QmlDesigner: Add qdebugs for commands
Change-Id: I60bdd5b36749be5092d4dabe486b101d62b3df06 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
8f22b84016
commit
0ba2b9b37d
@@ -42,6 +42,8 @@ public:
|
||||
QDataStream &operator<<(QDataStream &out, const EndPuppetCommand &command);
|
||||
QDataStream &operator>>(QDataStream &in, EndPuppetCommand &command);
|
||||
|
||||
QDebug operator <<(QDebug debug, const EndPuppetCommand &command);
|
||||
|
||||
} // namespace QmlDesigner
|
||||
|
||||
Q_DECLARE_METATYPE(QmlDesigner::EndPuppetCommand)
|
||||
|
||||
Reference in New Issue
Block a user