┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorAhmad Samir <[email protected]>2020-12-16 23:53:57 +0200
committerAhmad Samir <[email protected]>2020-12-16 23:53:57 +0200
commitd74853ef850fdabf2dfad8fcbe634af8185fce36 (patch)
treebd14164e9ebd959b3c82932ad514842b47fbbbcb /src/dolphinmainwindow.cpp
parent1b192c67f9735cd724c4958e7ba32a7b549770b6 (diff)
parentc03b43b4a1132ca7bc6db4a1583bc8bd1578b44f (diff)
Merge branch 'release/20.12'
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 27949fb17..96ca3d448 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1091,7 +1091,7 @@ void DolphinMainWindow::handleUrl(const QUrl& url)
} else {
m_lastHandleUrlOpenJob = new KIO::OpenUrlJob(url);
m_lastHandleUrlOpenJob->setUiDelegate(new KIO::JobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this));
- m_lastHandleUrlOpenJob->setRunExecutables(true);
+ m_lastHandleUrlOpenJob->setShowOpenOrExecuteDialog(true);
connect(m_lastHandleUrlOpenJob, &KIO::OpenUrlJob::mimeTypeFound, this,
[this, url](const QString &mimetype) {