forked from qt-creator/qt-creator
QmlDesigner: Fix CapturedDataCommand
Change-Id: I7dbbce3c071440924550140002d81128befa3404 Reviewed-by: Michael Winkelmann <michael.winkelmann@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Michael Winkelmann
parent
1bfd3bd8f2
commit
7962dbb413
@@ -98,6 +98,7 @@ public:
|
|||||||
{
|
{
|
||||||
out << data.image;
|
out << data.image;
|
||||||
out << data.nodeData;
|
out << data.nodeData;
|
||||||
|
out << data.nodeId;
|
||||||
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
@@ -106,6 +107,7 @@ public:
|
|||||||
{
|
{
|
||||||
in >> data.image;
|
in >> data.image;
|
||||||
in >> data.nodeData;
|
in >> data.nodeData;
|
||||||
|
in >> data.nodeId;
|
||||||
|
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user