summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index b11881f..ec0d882 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -6,6 +6,8 @@
#include <QDebug>
#include <QDir>
#include <QMessageBox>
+#include <QStatusBar>
+#include <QLabel>
#include "crypt/hybridcrypt.h"
#include "passworddialog.h"
@@ -40,8 +42,12 @@ private slots:
void on_actionExportMyPublicKey_triggered();
+ void on_lineEditFilePath_textChanged(const QString &text);
+
private:
+ static const int messageTimeout = 20000;
+
HybridCrypt hybridcrypt;
Ui::MainWindow *ui;