Added more controls to the skeleton, added a base class, updated some elements

This commit is contained in:
amazing-username
2017-03-26 19:48:21 -05:00
parent 2d6b7d27e8
commit 9894385576
11 changed files with 187 additions and 97 deletions
+2 -1
View File
@@ -9,9 +9,10 @@ QT += widgets
INCLUDEPATH += .
# Input
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h
SOURCES += Decryption.cpp \
Encryption.cpp \
Cryption.cpp \
GenerateKeys.cpp \
Main.cpp \
MessagingControls.cpp