Fixed issue where a new window to save password with a certain name would crash. Next add implementation

This commit is contained in:
amazing-username
2018-02-26 23:00:26 -06:00
parent cec1e0bbb6
commit 05b559bacf
6 changed files with 117 additions and 17 deletions
+3 -1
View File
@@ -38,6 +38,7 @@ HEADERS += Characters.h \
MainWindow.h \
Password.h \
PasswordManagementWindow.h \
SaveFile.h \
TimeInformation.h \
ViewingWindow.h
SOURCES += Cryption.cpp \
@@ -50,4 +51,5 @@ SOURCES += Cryption.cpp \
KeyRetrieval.cpp \
Main.cpp \
MainWindow.cpp \
PasswordManagementWindow.cpp
PasswordManagementWindow.cpp \
SaveFile.cpp