diff options
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(),
|
