From 7c5f2a30d16f5cf0f4ebcb906f72c4cf2c15bfd1 Mon Sep 17 00:00:00 2001 From: Martin Talarczyk Date: Wed, 30 Sep 2015 17:55:07 +0200 Subject: Zeige Statusmeldungen und überarbeite Decryptverhalten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index b11881f..ec0d882 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -6,6 +6,8 @@ #include #include #include +#include +#include #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; -- cgit v1.2.3-70-g09d2