forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: Fix rendering of child items of components
Change-Id: I96d888bb97e334ff9a2a8fa3e8c2bcb931b247c1 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
|
||||
protected:
|
||||
void collectItemChangesAndSendChangeCommands();
|
||||
ServerNodeInstance findNodeInstanceForItem(QQuickItem *item) const;
|
||||
|
||||
private:
|
||||
QSet<ServerNodeInstance> m_dirtyInstanceSet;
|
||||
|
||||
Reference in New Issue
Block a user