From 2e2019dea7087937d7bcc0e9bd2598d61a758b65 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 19 Jan 2021 12:59:56 +0100 Subject: statistics: move colors to statscolors.h Most colors were already collected there, but a few were dispersed throughout the source files. For future themeability, move the remaining colors to this common place. Signed-off-by: Berthold Stoeger --- stats/quartilemarker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats/quartilemarker.cpp') diff --git a/stats/quartilemarker.cpp b/stats/quartilemarker.cpp index ace019df5..611737d76 100644 --- a/stats/quartilemarker.cpp +++ b/stats/quartilemarker.cpp @@ -1,9 +1,9 @@ // SPDX-License-Identifier: GPL-2.0 #include "quartilemarker.h" +#include "statscolors.h" #include "statsaxis.h" #include "zvalues.h" -static const QColor quartileMarkerColor(Qt::red); static const double quartileMarkerSize = 15.0; QuartileMarker::QuartileMarker(StatsView &view, double pos, double value, StatsAxis *xAxis, StatsAxis *yAxis) : -- cgit v1.2.3-70-g09d2