forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: Iea91e66d30f797c079fe09e12a6744c36c58be1a
This commit is contained in:
+4
@@ -71,6 +71,10 @@ CapturedDataCommand::StateData collectStateData(ServerNodeInstance rootNodeInsta
|
||||
if (!colorProperty.isNull())
|
||||
nodeData.properties.emplace_back(QString{"color"}, colorProperty);
|
||||
|
||||
auto visibleProperty = instance.property("visible");
|
||||
if (!colorProperty.isNull())
|
||||
nodeData.properties.emplace_back(QString{"visible"}, visibleProperty);
|
||||
|
||||
stateData.nodeData.push_back(std::move(nodeData));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user