removed includes of unused libraries and code correction

This commit is contained in:
2023-03-11 13:59:55 +01:00
parent 106727506d
commit 6a381c05c8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ QString getPassword(const QString& name)
if(readPass.error())
{
qDebug()<<"KeyHandler~Error reading decrypt Pass. Error: " + readPass.errorString();
cout << "KeyHandler~Error reading decrypt Pass. Error: " + readPass.errorString() . toStdString() << endl;
return "";
}
else