diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-30 19:18:25 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-09-30 19:18:25 +0200 |
| commit | 0ff4b51d47d7e4323ff909b2860110a95322b230 (patch) | |
| tree | 54ef9181eb63ef0cc0ad5b2c9121fa0053488f9e /mainwindow.h | |
| parent | 7c5f2a30d16f5cf0f4ebcb906f72c4cf2c15bfd1 (diff) | |
| download | src-0ff4b51d47d7e4323ff909b2860110a95322b230.tar.gz src-0ff4b51d47d7e4323ff909b2860110a95322b230.zip | |
Räume GUI Klassen auf
Diffstat (limited to 'mainwindow.h')
| -rw-r--r-- | mainwindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mainwindow.h b/mainwindow.h index ec0d882..da1318c 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,13 +1,14 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#include <QFileDialog> -#include <QMainWindow> #include <QDebug> #include <QDir> +#include <QFileDialog> +#include <QLabel> +#include <QMainWindow> #include <QMessageBox> +#include <QProgressBar> #include <QStatusBar> -#include <QLabel> #include "crypt/hybridcrypt.h" #include "passworddialog.h" |
