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

QmlDesigner.core: class name has changed

parent 9ea01cf5
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ bool QmlPropertyChanges::isValid() const
bool QmlModelStateOperation::isValid() const
{
return QmlModelNodeFacade::isValid() && modelNode().metaInfo().isSubclassOf("Qt/QmlPropertyChanges", 4, 6);
return QmlModelNodeFacade::isValid() && modelNode().metaInfo().isSubclassOf("QDeclarativeStateOperation", 4, 6);
}
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