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
+6 -1
View File
@@ -92,7 +92,12 @@ void MainWindow::connections()
QObject::connect(textForCryption.get(), SIGNAL(textChanged()), this, SLOT(activateButton()));
}
/*
* February 26, 2018
*
* Work on asking the user to enter a filename
*
*/
void MainWindow::encryptPassword()
{
QString passwordToEncrypt{textForCryption.get()->toPlainText()}, keyForEncryption{selectionBox.get()->currentText()};