diff --git a/mainwindow.cpp b/mainwindow.cpp index a0ca699..148e668 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -822,7 +822,6 @@ bool MainWindow::getUserPassword(Connexion * object) //Slot activated when a file is clicked in the treeview void MainWindow::on_treeWidget_itemClicked(QTreeWidgetItem *item, bool downloadDir) { - QFuture future; QFileDialog dialog; QTreeWidgetItem * itemR; QString path; diff --git a/password.cpp b/password.cpp index 61564c5..faa4831 100644 --- a/password.cpp +++ b/password.cpp @@ -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