From 5f399f6a39c24cac66e572f1f78aea5703130dea Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Wed, 29 Apr 2015 21:18:43 +0100 Subject: Another removal of redundant commentary --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index cadd935c..755b5469 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4608,7 +4608,6 @@ void MainWindow::dropEvent(QDropEvent *event) for (auto url : event->mimeData()->urls()) { QFileInfo file(url.toLocalFile()); QString target = output_dir + "/" + file.fileName(); - //FIXME: Check here if the file exists and offer a rename if (QFile::exists(target)) { QMessageBox box(QMessageBox::Question, file.fileName(), -- cgit v1.3.1