diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-29 21:18:43 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-29 21:18:43 +0100 |
| commit | 5f399f6a39c24cac66e572f1f78aea5703130dea (patch) | |
| tree | eecee078b9b91a47e0b37551b65a75f53a2436e5 /src/mainwindow.cpp | |
| parent | c909f8ce4fa8d800a9cf5c0aafb5d8a3f577fcf9 (diff) | |
Another removal of redundant commentary
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
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(),
|
