From 9ba1d33b576c10579a125be1ddda086f3e9608a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A9ven=20Car?= Date: Thu, 11 Apr 2024 15:53:39 +0000 Subject: [PATCH] viewproperties: remove now obsolete recentdocument reference --- src/views/viewproperties.cpp | 3 --- 1 file changed, 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; -- 2.47.3