┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-11-29 09:40:53 +0100
committerMéven Car <[email protected]>2025-01-06 17:39:38 +0100
commit5233d129fca917f806f19d2df8263e93c4edec4d (patch)
tree8388f125dee52bdb2dea9a6af357cadea32f0fba /src/dolphinmainwindow.cpp
parentbfeeb46c3ae0b6e933b0381cc10eebad38a2b8c0 (diff)
When marking recent folders access specify mimeType
CCBUG: 496179
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 e52494c0a..50c7f2e0e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -385,7 +385,7 @@ void DolphinMainWindow::changeUrl(const QUrl &url)
updateGoActions();
// will signal used urls to activities manager, too
- m_recentFiles->addUrl(url);
+ m_recentFiles->addUrl(url, QString(), "inode/directory");
Q_EMIT urlChanged(url);
}