From f1f58a186d3be7f4a89c6fc8e8b9697e850df1cb Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sun, 13 Nov 2022 14:24:54 +0200 Subject: [PATCH] plugins/nightcolor: Add a todo note reminding to remove legacy shortcut --- src/plugins/nightcolor/nightcolormanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/nightcolor/nightcolormanager.cpp b/src/plugins/nightcolor/nightcolormanager.cpp index a81402b172..5e684f7fb1 100644 --- a/src/plugins/nightcolor/nightcolormanager.cpp +++ b/src/plugins/nightcolor/nightcolormanager.cpp @@ -81,6 +81,7 @@ NightColorManager::NightColorManager() readConfig(); // legacy shortcut with localized key (to avoid breaking existing config) + // TODO Plasma 6: Remove it. if (i18n("Toggle Night Color") != QStringLiteral("Toggle Night Color")) { QAction toggleActionLegacy; toggleActionLegacy.setProperty("componentName", QStringLiteral("kwin"));