Skip to content
Snippets Groups Projects
Commit b92787cf authored by Sacha Percot-Tétu's avatar Sacha Percot-Tétu
Browse files

Added the service switc

parent 964b9507
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,9 @@ int main(int argc, char** argv)
EIImageService* eiimageService = new EIImageService(&gi);
gi.addService(pluginManager);
gi.addService(eiimageService);
// gi.addService(eiimageService);
gi.changeService(GenericInterface::WINDOW_SERVICE, eiimageService);
// gi.addService(GenericInterface::WINDOW_SERVICE, eiimageService);
QObject::connect(pluginManager, SIGNAL(addPlugin(OpSet*)), eiimageService, SLOT(addOpSet(OpSet*)));
QObject::connect(pluginManager, SIGNAL(removePlugin(OpSet*)), eiimageService, SLOT(removeOpSet(OpSet*)));
......
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