removed includes of unused libraries and code correction
This commit is contained in:
parent
106727506d
commit
6a381c05c8
@ -822,7 +822,6 @@ bool MainWindow::getUserPassword(Connexion * object)
|
|||||||
//Slot activated when a file is clicked in the treeview
|
//Slot activated when a file is clicked in the treeview
|
||||||
void MainWindow::on_treeWidget_itemClicked(QTreeWidgetItem *item, bool downloadDir)
|
void MainWindow::on_treeWidget_itemClicked(QTreeWidgetItem *item, bool downloadDir)
|
||||||
{
|
{
|
||||||
QFuture<void> future;
|
|
||||||
QFileDialog dialog;
|
QFileDialog dialog;
|
||||||
QTreeWidgetItem * itemR;
|
QTreeWidgetItem * itemR;
|
||||||
QString path;
|
QString path;
|
||||||
|
@ -44,7 +44,7 @@ QString getPassword(const QString& name)
|
|||||||
|
|
||||||
if(readPass.error())
|
if(readPass.error())
|
||||||
{
|
{
|
||||||
qDebug()<<"KeyHandler~Error reading decrypt Pass. Error: " + readPass.errorString();
|
cout << "KeyHandler~Error reading decrypt Pass. Error: " + readPass.errorString() . toStdString() << endl;
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user