summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-29 12:45:42 +0200
committerMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-29 12:46:49 +0200
commitc8443c0138ae116318fdddd6ccc6de96e533e3a8 (patch)
treee7a3b08ae5ef337ae266d99fc83e7e078bf517f9 /mainwindow.h
parent97df2eb1549087d9f78f145e538bbe6eb27dd64c (diff)
downloadsrc-c8443c0138ae116318fdddd6ccc6de96e533e3a8.tar.gz
src-c8443c0138ae116318fdddd6ccc6de96e533e3a8.zip
Weise den User auf Fehler hin.
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index c505448..8607f25 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -4,6 +4,8 @@
#include <QFileDialog>
#include <QMainWindow>
#include <QDebug>
+#include <QDir>
+#include <QMessageBox>
#include "crypt/hybridcrypt.h"
#include "passworddialog.h"
@@ -39,8 +41,13 @@ private slots:
private:
QString readKeyFilename(QString titel);
+ QString readFilename(QString titel);
QString readPassword();
+
+ HybridCrypt hybridcrypt;
+
+
Ui::MainWindow *ui;
};