Refractoring

This commit is contained in:
amazing-username
2017-06-23 18:01:42 -05:00
parent d82b286ec9
commit 6c1f92ea30
14 changed files with 254 additions and 103 deletions
+2 -1
View File
@@ -9,11 +9,12 @@ QT += widgets
INCLUDEPATH += .
# Input
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h KeyManagementWindow.h
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h KeyManagementWindow.h KeyRetrieval.h
SOURCES += Decryption.cpp \
Encryption.cpp \
Cryption.cpp \
KeyManagementWindow.cpp \
KeyRetrieval.cpp \
GenerateKeys.cpp \
Main.cpp \
MessagingControls.cpp