| 1 |
|
#include "abstractwizard.h" |
| 2 |
|
|
| 3 |
< |
AbstractWizard::AbstractWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger, const bool hasRestartButton) |
| 3 |
> |
AbstractWizard::AbstractWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, const bool hasRestartButton) |
| 4 |
|
{ |
| 5 |
|
this->appDir = appDir; |
| 6 |
|
this->workspaceWizardLocation=workspaceWizardLocation; |
| 7 |
|
this->vagoSettings=vagoSettings; |
| 8 |
– |
this->myLogger=myLogger; |
| 8 |
|
this->hasRestartButton = hasRestartButton; |
| 9 |
|
this->myWizard.setWindowFlags(Qt::Window); // add minimize button in QWizard |
| 10 |
|
} |