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
View File
@@ -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<void> future;
QFileDialog dialog;
QTreeWidgetItem * itemR;
QString path;