QmlDesigner: Add notifier for state change

This commit is contained in:
Marco Bubke
2011-02-02 21:52:15 +01:00
parent 7c6a13b3bf
commit 14a5d57572
20 changed files with 96 additions and 43 deletions

View File

@@ -245,6 +245,10 @@ void NavigatorView::rewriterEndTransaction()
{
}
void NavigatorView::actualStateChanged(const ModelNode &/*node*/)
{
}
void NavigatorView::nodeOrderChanged(const NodeListProperty &listProperty, const ModelNode &node, int oldIndex)
{
if (m_treeModel->isInTree(node))