summaryrefslogtreecommitdiffstats
path: root/CryptLog.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 16:32:23 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 16:33:15 +0200
commitd3b1f25bd533d392bb6d6cc8c733dcf737942280 (patch)
tree46b7eb8bb714ab67967691a1f2a37201913ec61e /CryptLog.pro
parent335b8a78cab1d6f58df2478ae2134795a27f50de (diff)
downloadsrc-d3b1f25bd533d392bb6d6cc8c733dcf737942280.tar.gz
src-d3b1f25bd533d392bb6d6cc8c733dcf737942280.zip
Füge DecryptWizard für bessere Nutzerführung ein
Diffstat (limited to 'CryptLog.pro')
-rw-r--r--CryptLog.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/CryptLog.pro b/CryptLog.pro
index 52e5193..6a9c2ec 100644
--- a/CryptLog.pro
+++ b/CryptLog.pro
@@ -17,17 +17,20 @@ SOURCES += main.cpp\
passworddialog.cpp \
publickeyimportdialog.cpp \
crypt/hybridcrypt.cpp \
- crypt/cryptexception.cpp
+ crypt/cryptexception.cpp \
+ decryptdatadialog.cpp
HEADERS += mainwindow.h \
passworddialog.h \
publickeyimportdialog.h \
crypt/hybridcrypt.h \
- crypt/cryptexception.h
+ crypt/cryptexception.h \
+ decryptdatadialog.h
FORMS += mainwindow.ui \
passworddialog.ui \
- publickeyimportdialog.ui
+ publickeyimportdialog.ui \
+ decryptdatadialog.ui
RESOURCES += \
ressources.qrc