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
+2
View File
@@ -5,6 +5,8 @@
#include"CommonWindow.h"
#include"ViewingWindow.h"
#include"SaveFile.h"
using std::vector;
class PasswordManagementWindow : public QDialog, public CommonWindow, public ViewingWindow