]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove go action for settings kio slave
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Wed, 30 Jun 2021 13:38:53 +0000 (15:38 +0200)
committerAlexander Lohnau <alexander.lohnau@gmx.de>
Wed, 30 Jun 2021 13:38:53 +0000 (15:38 +0200)
The settings kio slave is about to be removed, see
https://invent.kde.org/network/kio-extras/-/merge_requests/107.

src/dolphinpart.cpp

index cc252635381ff332e14117e684699bfd9f0b3f89..e2e5393da35b6e8387163c80efe18672f863bbb6 100644 (file)
@@ -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);