Clean code

This commit is contained in:
Luis Ángel San Martín 2023-10-19 19:32:03 +02:00
parent 24a3602b27
commit 14fccb01d0

View File

@ -231,12 +231,12 @@ void LibraryCreator::run()
}
QLOG_INFO() << "Update library END";
}
// msleep(100);//TODO try to solve the problem with the udpate dialog (ya no se usa más...)
if (partialUpdate) {
emit updatedCurrentFolder(folderDestinationModelIndex);
emit finished();
} else // TODO check this part!!
emit finished();
}
emit finished();
creation = false;
}