that should do the job
This commit is contained in:
@ -25,7 +25,7 @@ ServiceInterfaceStream warning("WARNING");
|
|||||||
int customSetup() {
|
int customSetup() {
|
||||||
// global setup
|
// global setup
|
||||||
ObjectManager* objMan = ObjectManager::instance();
|
ObjectManager* objMan = ObjectManager::instance();
|
||||||
objMan->setObjectFactoryFunction(Factory::produceFrameworkObjects, nullptr);
|
Factory::produceFrameworkObjects(nullptr);
|
||||||
objMan->initialize();
|
objMan->initialize();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user