┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2021-06-30 15:38:53 +0200
committerAlexander Lohnau <[email protected]>2021-06-30 15:38:53 +0200
commitcc962cae49ddac89a92ec8a3364c31dd6af0fcf2 (patch)
treebb6e7322cb2fe2b34233704c03dafc01abafe7ef /src/dolphinpart.cpp
parent152a7b4fcbc06ab536083abe0a7f63c1722960fb (diff)
Remove go action for settings kio slave
The settings kio slave is about to be removed, see https://invent.kde.org/network/kio-extras/-/merge_requests/107.
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index cc2526353..e2e5393da 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -201,9 +201,6 @@ void DolphinPart::createActions()
createGoAction("go_network_folders", "folder-remote",
i18nc("@action:inmenu Go", "&Network Folders"), QStringLiteral("remote:/"),
goActionGroup);
- createGoAction("go_settings", "preferences-system",
- i18nc("@action:inmenu Go", "Sett&ings"), QStringLiteral("settings:/"),
- goActionGroup);
createGoAction("go_trash", "user-trash",
i18nc("@action:inmenu Go", "Trash"), QStringLiteral("trash:/"),
goActionGroup);