Tidy up some debug outputs

This commit is contained in:
2022-12-26 10:19:20 +01:00
parent 57bdc74ef6
commit eac534352f
4 changed files with 13 additions and 13 deletions
-1
View File
@@ -376,7 +376,6 @@ void MainWindow::copyOrMove(bool copy, const QString &dest)
QMessageBox::StandardButton button = QMessageBox::warning(this, t,
m.arg(srcFile.fileName()).arg(dir.absolutePath()),
QMessageBox::Ignore | QMessageBox::Abort);
qDebug() << button;
if(button == QMessageBox::Abort)return;
}
progress.setValue(i++);