ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/windowMessagesWizard/wmwizard.cpp
(Generate patch)

Comparing s10k/Vago/windowMessagesWizard/wmwizard.cpp (file contents):
Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC vs.
Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# Line 1 | Line 1
1   #include "wmwizard.h"
2  
3 < WmWizard::WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger)
4 < :AbstractWizard(appDir, workspaceWizardLocation, vagoSettings, myLogger, true)
3 > WmWizard::WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings)
4 > :AbstractWizard(appDir, workspaceWizardLocation, vagoSettings, true)
5   {
6      this->bgImagesLocation=this->workspaceWizardLocation+"/WindowMessages";
7   }
# Line 9 | Line 9 | WmWizard::WmWizard(const QString &appDir
9   void WmWizard::exec(){
10  
11      WmSetupPage *setupPage = new WmSetupPage();
12 <    WmFormatPage *formatPage = new WmFormatPage(this->myLogger);
13 <    WmFinalPage *finalPage = new WmFinalPage(this->appDir, this->bgImagesLocation, this->myLogger, formatPage->getCurrentPages());
12 >    WmFormatPage *formatPage = new WmFormatPage();
13 >    WmFinalPage *finalPage = new WmFinalPage(this->appDir, this->bgImagesLocation, formatPage->getCurrentPages());
14  
15      this->myWizard.addPage
16      (

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)