Skip to content
Snippets Groups Projects
Commit da7c6fb8 authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner.Instances: Fix type registration


Change-Id: I85378c0a2884a7c8886482f38bad24210ef33d69
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
(cherry picked from commit d8d862f2)
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent 5e1ff49f
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ void NodeInstanceServerInterface::registerCommands() ...@@ -98,7 +98,7 @@ void NodeInstanceServerInterface::registerCommands()
qRegisterMetaTypeStreamOperators<ChangeFileUrlCommand>("ChangeFileUrlCommand"); qRegisterMetaTypeStreamOperators<ChangeFileUrlCommand>("ChangeFileUrlCommand");
qRegisterMetaType<ChangeStateCommand>("ChangeStateCommand"); qRegisterMetaType<ChangeStateCommand>("ChangeStateCommand");
qRegisterMetaTypeStreamOperators<PropertyAbstractContainer>("ChangeStateCommand"); qRegisterMetaTypeStreamOperators<ChangeStateCommand>("ChangeStateCommand");
qRegisterMetaType<RemoveInstancesCommand>("RemoveInstancesCommand"); qRegisterMetaType<RemoveInstancesCommand>("RemoveInstancesCommand");
qRegisterMetaTypeStreamOperators<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