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
@@ -40,6 +40,7 @@ namespace QmlDesigner {
|
||||
class ReparentInstancesCommand
|
||||
{
|
||||
friend QDataStream &operator>>(QDataStream &in, ReparentInstancesCommand &command);
|
||||
friend QDebug operator <<(QDebug debug, const ReparentInstancesCommand &command);
|
||||
|
||||
public:
|
||||
ReparentInstancesCommand();
|
||||
@@ -54,6 +55,8 @@ private:
|
||||
QDataStream &operator<<(QDataStream &out, const ReparentInstancesCommand &command);
|
||||
QDataStream &operator>>(QDataStream &in, ReparentInstancesCommand &command);
|
||||
|
||||
QDebug operator <<(QDebug debug, const ReparentInstancesCommand &command);
|
||||
|
||||
} //
|
||||
|
||||
Q_DECLARE_METATYPE(QmlDesigner::ReparentInstancesCommand)
|
||||
|
||||
Reference in New Issue
Block a user