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/regressionitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats/regressionitem.cpp') diff --git a/stats/regressionitem.cpp b/stats/regressionitem.cpp index cd817c9eb..362bf1fe1 100644 --- a/stats/regressionitem.cpp +++ b/stats/regressionitem.cpp @@ -1,11 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 #include "regressionitem.h" #include "statsaxis.h" +#include "statscolors.h" #include "zvalues.h" #include -static const QColor regressionItemColor(Qt::red); static const double regressionLineWidth = 2.0; RegressionItem::RegressionItem(StatsView &view, regression_data reg, -- cgit v1.2.3-70-g09d2