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

Comparing s10k/Vago/abstractwizard.h (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   #ifndef ABSTRACTWIZARD_H
2   #define ABSTRACTWIZARD_H
3  
4 #include "logger.h"
5
4   #include <QLabel>
5   #include <QVBoxLayout>
6   #include <QLineEdit>
# Line 23 | Line 21 | protected:
21          QWizard myWizard;
22      QString workspaceWizardLocation;
23          QSettings *vagoSettings;
26        Logger *myLogger;
24      QString appDir;
25   protected:
26 <    AbstractWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger, const bool hasRestartButton);
26 >    AbstractWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, const bool hasRestartButton);
27      virtual void exec()=0;
28          void showWizard(const QString &windowsTitle, const QString &windowsIcon);
29      QWizardPage* createIntroPage(const QString &text);

Diff Legend

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