Skip to content
Snippets Groups Projects
Commit f9db43d8 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.model: bugfix

We use Qt now instead of Qt Quick
parent ecefef03
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ bool QmlPropertyChanges::isValid() const ...@@ -60,7 +60,7 @@ bool QmlPropertyChanges::isValid() const
bool QmlModelStateOperation::isValid() const bool QmlModelStateOperation::isValid() const
{ {
return QmlModelNodeFacade::isValid() && modelNode().metaInfo().isSubclassOf("Qt.QDeclarativeStateOperation", -1, -1); return QmlModelNodeFacade::isValid() && modelNode().metaInfo().isSubclassOf("QtQuick.QDeclarativeStateOperation", -1, -1);
} }
void QmlPropertyChanges::removeProperty(const QString &name) void QmlPropertyChanges::removeProperty(const QString &name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment