Skip to content
Snippets Groups Projects
Commit e012baf6 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

Menu enhancement

parent 596d7900
No related branches found
No related tags found
No related merge requests found
......@@ -213,12 +213,14 @@ int main(int argc, char** argv)
mainService->addOpSet(image);
mainService->addOpSet(colors);
mainService->addOpSet(encode);
mainService->addOpSet(morpho);
mainService->addOpSet(analyse);
gi.addService(new MorphoMatService);
gi.addService(new filtrme::FilteringService);
mainService->addOpSet(filter);
mainService->addOpSet(analyse);
mainService->addOpSet(encode);
gi.addService(new MorphoMatService);
mainService->addOpSet(tools);
gi.addService(pluginManager);
......
Subproject commit 945a401b03632a37220fce01328b9d5b8a5ebcc5
Subproject commit 3f970a071b367a8ea462f4fa2db7f96fd5148119
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