summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
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;
};