Added abstract class that holds partial window data

This commit is contained in:
amazing-username
2017-07-23 13:07:52 -05:00
parent de5b56e84f
commit 157b18ee8d
3 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ QT += widgets
INCLUDEPATH += .
# Input
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h KeyManagementWindow.h KeyRetrieval.h Conversions.h
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h Cryption.h KeyManagementWindow.h KeyRetrieval.h Conversions.h CommonWindow.h ViewingWindow.h
SOURCES += Decryption.cpp \
Encryption.cpp \
Cryption.cpp \