aboutsummaryrefslogtreecommitdiff
path: root/installer/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'installer/mainwindow.h')
-rw-r--r--installer/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/mainwindow.h b/installer/mainwindow.h
index fbbeb8b..dec5600 100644
--- a/installer/mainwindow.h
+++ b/installer/mainwindow.h
@@ -38,6 +38,9 @@ class MainWindow : public QMainWindow
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
+ public slots:
+ void setAutoProgress(bool autoProgress);
+
private slots:
void on_installOptions_clicked();
@@ -79,6 +82,7 @@ class MainWindow : public QMainWindow
QWinTaskbarButton* taskbarButton;
QLocalSocket* sock = nullptr;
bool installDone = false;
+ bool autoProgress = false;
LicenseWidget* licenseWidget;
QMap<QString, QString> licenses;