diff options
Diffstat (limited to 'installer/mainwindow.h')
| -rw-r--r-- | installer/mainwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/mainwindow.h b/installer/mainwindow.h index d5f8bb2..fbbeb8b 100644 --- a/installer/mainwindow.h +++ b/installer/mainwindow.h @@ -20,6 +20,7 @@ #include <QWinTaskbarProgress> #include <QWinTaskbarButton> #include <QShowEvent> +#include "licensewidget.h" #include <windows.h> #include <shellapi.h> @@ -64,6 +65,8 @@ class MainWindow : public QMainWindow void on_browseInstallPathButton_clicked(); + void on_licenseLabel_linkActivated(const QString &link); + private: Ui::MainWindow *ui; @@ -76,6 +79,9 @@ class MainWindow : public QMainWindow QWinTaskbarButton* taskbarButton; QLocalSocket* sock = nullptr; bool installDone = false; + LicenseWidget* licenseWidget; + + QMap<QString, QString> licenses; }; #endif // MAINWINDOW_H |
