┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-04-11 15:53:39 +0000
committerMéven Car <[email protected]>2024-04-11 15:53:39 +0000
commit9ba1d33b576c10579a125be1ddda086f3e9608a1 (patch)
tree5225dd6e11a380d4134626b7130caf54b4ace926
parentbe59daa853682ae055e6d656ce111b4c10896c96 (diff)
viewproperties: remove now obsolete recentdocument reference
-rw-r--r--src/views/viewproperties.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp
index 46ec2c28c..cc1325fbb 100644
--- a/src/views/viewproperties.cpp
+++ b/src/views/viewproperties.cpp
@@ -52,9 +52,6 @@ ViewProperties::ViewProperties(const QUrl &url)
} else if (url.scheme() == QLatin1String("trash")) {
m_filePath = destinationDir(QStringLiteral("trash"));
useTrashView = true;
- } else if (url.scheme() == QLatin1String("recentdocuments")) {
- m_filePath = destinationDir(QStringLiteral("recentdocuments"));
- useRecentDocumentsView = true;
} else if (url.scheme() == QLatin1String("recentlyused")) {
m_filePath = destinationDir(QStringLiteral("recentlyused"));
useRecentDocumentsView = true;