┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmode
diff options
context:
space:
mode:
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);