From 7962dbb413d6a74a0d518d165bf70a1ba6f250c2 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 24 Aug 2020 15:21:50 +0200 Subject: QmlDesigner: Fix CapturedDataCommand Change-Id: I7dbbce3c071440924550140002d81128befa3404 Reviewed-by: Michael Winkelmann Reviewed-by: Thomas Hartmann --- share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h b/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h index c9d626e4341..f682c035e9f 100644 --- a/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h +++ b/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h @@ -98,6 +98,7 @@ public: { out << data.image; out << data.nodeData; + out << data.nodeId; return out; } @@ -106,6 +107,7 @@ public: { in >> data.image; in >> data.nodeData; + in >> data.nodeId; return in; } -- cgit v1.2.3