Solution to issue #6

This commit is contained in:
amazing-username
2017-08-12 17:02:43 -05:00
parent c1d17799cd
commit 353a1dfef1
10 changed files with 186 additions and 48 deletions
+3 -5
View File
@@ -27,14 +27,14 @@ public:
signals:
private slots:
void changeCryptionType();
void determineCryption();
void encryptPassword();
void keyManagementWindow();
void passwordManageWindow();
void exitApplication();
void test();
void activateButton();
private:
void setupMainWindow();
void setupContentOfComboBox();
void createMenus();
void connections();
@@ -59,7 +59,5 @@ private:
unique_ptr<PasswordManagementWindow> ph;
std::string grabCryptionText();
bool cryptionChoice;
};
#endif