Fix indentation

This commit is contained in:
Martin Kleusberg
2017-08-15 11:13:14 +02:00
parent d1f90994fb
commit c3ab20b6b5

View File

@@ -1441,7 +1441,7 @@ void MainWindow::addToRecentFilesMenu(const QString& filename)
void MainWindow::dragEnterEvent(QDragEnterEvent *event)
{
if( event->mimeData()->hasFormat("text/uri-list") )
event->acceptProposedAction();
event->acceptProposedAction();
}
void MainWindow::dropEvent(QDropEvent *event)