summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 56502f2..51e85e7 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -1728,7 +1728,7 @@ void MainWindow::dropEvent(QDropEvent *event)
for (int i = 0; i < urls.size(); i++) {
if (urls[i].scheme() != "file")
continue;
- openFile(urls[i].path());
+ openFile(urls[i].toLocalFile());
}
clearCurrentOutput();
}
contact: Jan Huwald // Impressum