┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmode
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2026-01-22 17:38:13 +0100
committerMéven Car <[email protected]>2026-01-22 17:38:13 +0100
commit881a5470697bdaf23d8692d3ee852a15c90b1af3 (patch)
tree7bde8dd7dfd83fb451c65e7e5867c29a97ca6a6c /src/selectionmode
parente692a6a13c6dd7933a47d65046027530612a19d8 (diff)
clang-tidy: misc-use-internal-linkage
Diffstat (limited to 'src/selectionmode')
-rw-r--r--src/selectionmode/backgroundcolorhelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/backgroundcolorhelper.cpp b/src/selectionmode/backgroundcolorhelper.cpp
index 42ccb64bd..33bb2751f 100644
--- a/src/selectionmode/backgroundcolorhelper.cpp
+++ b/src/selectionmode/backgroundcolorhelper.cpp
@@ -23,7 +23,7 @@ BackgroundColorHelper *BackgroundColorHelper::instance()
return s_instance;
}
-void setBackgroundColorForWidget(QWidget *widget, QColor color)
+static void setBackgroundColorForWidget(QWidget *widget, QColor color)
{
QPalette palette;
palette.setBrush(QPalette::Active, QPalette::Window, color);