aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h b/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h
index c9d626e434..f682c035e9 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;
}