summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp b/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
index 58e1d71e9e..a662970b59 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
@@ -55,6 +55,11 @@ void QmlModelNodeProxy::emitSelectionToBeChanged()
emit selectionToBeChanged();
}
+void QmlModelNodeProxy::emitSelectionChanged()
+{
+ selectionChanged();
+}
+
QmlItemNode QmlModelNodeProxy::qmlItemNode() const
{
return m_qmlItemNode;