--- s10k/Vago/windowMessagesWizard/wmwizard.cpp 2017/12/30 13:43:28 1092 +++ s10k/Vago/windowMessagesWizard/wmwizard.cpp 2017/12/30 13:57:32 1093 @@ -1,7 +1,7 @@ #include "wmwizard.h" -WmWizard::WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger) -:AbstractWizard(appDir, workspaceWizardLocation, vagoSettings, myLogger, true) +WmWizard::WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings) +:AbstractWizard(appDir, workspaceWizardLocation, vagoSettings, true) { this->bgImagesLocation=this->workspaceWizardLocation+"/WindowMessages"; } @@ -9,8 +9,8 @@ WmWizard::WmWizard(const QString &appDir void WmWizard::exec(){ WmSetupPage *setupPage = new WmSetupPage(); - WmFormatPage *formatPage = new WmFormatPage(this->myLogger); - WmFinalPage *finalPage = new WmFinalPage(this->appDir, this->bgImagesLocation, this->myLogger, formatPage->getCurrentPages()); + WmFormatPage *formatPage = new WmFormatPage(); + WmFinalPage *finalPage = new WmFinalPage(this->appDir, this->bgImagesLocation, formatPage->getCurrentPages()); this->myWizard.addPage (