summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-29 21:18:43 +0100
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-29 21:18:43 +0100
commit5f399f6a39c24cac66e572f1f78aea5703130dea (patch)
treeeecee078b9b91a47e0b37551b65a75f53a2436e5 /src/mainwindow.cpp
parentc909f8ce4fa8d800a9cf5c0aafb5d8a3f577fcf9 (diff)
Another removal of redundant commentary
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
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(),