removed includes of unused libraries and code correction
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user