Skip to content
Snippets Groups Projects
Commit 24239476 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added missing type registration

parent 0da2cb5d
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ armarx::LayoutWorkerCreator::LayoutWorkerCreator()
// aginit();
ARMARX_INFO_S << "Graphviz initialized";
qRegisterMetaType<MediatorPtr>("MediatorPtr");
qRegisterMetaType<LockableGraphPtr>("LockableGraphPtr");
graphvizContext = gvContext();
}
......
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