forked from qt-creator/qt-creator
QmlDesigner: Test mode for qml puppet streams
Change-Id: I93128c60892900d6b4728569b84efb0ed835b51f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -39,6 +39,7 @@ namespace QmlDesigner {
|
||||
class DebugOutputCommand
|
||||
{
|
||||
friend QDataStream &operator>>(QDataStream &in, DebugOutputCommand &command);
|
||||
friend bool operator ==(const DebugOutputCommand &first, const DebugOutputCommand &second);
|
||||
|
||||
public:
|
||||
enum Type {
|
||||
@@ -62,6 +63,8 @@ private:
|
||||
QDataStream &operator<<(QDataStream &out, const DebugOutputCommand &command);
|
||||
QDataStream &operator>>(QDataStream &in, DebugOutputCommand &command);
|
||||
|
||||
bool operator ==(const DebugOutputCommand &first, const DebugOutputCommand &second);
|
||||
|
||||
} // namespace QmlDesigner
|
||||
|
||||
Q_DECLARE_METATYPE(QmlDesigner::DebugOutputCommand)
|
||||
|
Reference in New Issue
Block a user