Fixes for loading modules by phase.

This commit is contained in:
Teo Mrnjavac 2014-07-12 13:12:56 +02:00
parent 7ac6588090
commit 84bfb2aa95
4 changed files with 11 additions and 11 deletions

View file

@ -88,7 +88,7 @@ ModuleManager::loadModules( Phase phase )
}
recursiveLoad( moduleName );
}
emit modulesLoaded();
emit modulesLoaded( phase );
// Loading sequence:
// 1) deps are already fine. check if we have all the modules needed by the roster
// 2) ask ModuleManager to load them from the list provided by Settings