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:
Marco Bubke
2012-10-10 18:25:43 +02:00
parent 8542c063ec
commit 05c1e7925d
2 changed files with 22 additions and 4 deletions
@@ -47,6 +47,7 @@ public:
protected:
void collectItemChangesAndSendChangeCommands();
ServerNodeInstance findNodeInstanceForItem(QQuickItem *item) const;
private:
QSet<ServerNodeInstance> m_dirtyInstanceSet;