Skip to content
Snippets Groups Projects
Commit d8d862f2 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.Instances: Fix type registration


Change-Id: I85378c0a2884a7c8886482f38bad24210ef33d69
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 770ab68c
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ void NodeInstanceServerInterface::registerCommands()
qRegisterMetaTypeStreamOperators<ChangeFileUrlCommand>("ChangeFileUrlCommand");
qRegisterMetaType<ChangeStateCommand>("ChangeStateCommand");
qRegisterMetaTypeStreamOperators<PropertyAbstractContainer>("ChangeStateCommand");
qRegisterMetaTypeStreamOperators<ChangeStateCommand>("ChangeStateCommand");
qRegisterMetaType<RemoveInstancesCommand>("RemoveInstancesCommand");
qRegisterMetaTypeStreamOperators<RemoveInstancesCommand>("RemoveInstancesCommand");
......
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