From 231200e6800a20aef5a1ba68dd3d64ecbee01000 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Thu, 28 Mar 2024 09:19:43 +0000 Subject: [PATCH] Add comment to explain KColorSchemeManager --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 7d2899e22..406edd37c 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -135,7 +135,7 @@ DolphinMainWindow::DolphinMainWindow() setStateConfigGroup("State"); #if defined(Q_OS_WIN) || defined(Q_OS_MACOS) - new KColorSchemeManager(this); + new KColorSchemeManager(this); // Sets a sensible color scheme which fixes unreadable icons and text on Windows. #endif connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage, this, &DolphinMainWindow::showErrorMessage); -- 2.47.3