From: Alexander Lohnau Date: Wed, 30 Jun 2021 13:38:53 +0000 (+0200) Subject: Remove go action for settings kio slave X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/cc962cae49ddac89a92ec8a3364c31dd6af0fcf2?ds=inline 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. --- 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);