Remove MM:loadModulesPrepare.
This commit is contained in:
parent
2e47c248ac
commit
7034985b74
@ -151,7 +151,7 @@ CalamaresApplication::onPluginsReady()
|
||||
|
||||
m_mainwindow = new CalamaresWindow();
|
||||
|
||||
m_moduleManager->loadModulesPrepare();
|
||||
m_moduleManager->loadModules( Calamares::Prepare );
|
||||
connect( m_moduleManager, &Calamares::ModuleManager::modulesLoaded, [this]
|
||||
{
|
||||
m_mainwindow->show();
|
||||
|
@ -49,7 +49,6 @@ public:
|
||||
Module* module( const QString& name );
|
||||
|
||||
void loadModules( Phase phase );
|
||||
void loadModulesPrepare() { loadModules( Prepare ); }
|
||||
|
||||
signals:
|
||||
void initDone();
|
||||
|
Loading…
Reference in New Issue
Block a user