aboutsummaryrefslogtreecommitdiffstats
path: root/stats/statsview.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2021-01-12 21:27:16 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2021-01-14 20:51:23 +0100
commit25cfd852b910c7bbd53f0a1a5244c659761c2cc5 (patch)
tree3794f44deae82870c92ca2c8caad75685104682f /stats/statsview.h
parentd6712bc5ac1af3bd1bc42c62d66a0df7be56e68b (diff)
downloadsubsurface-25cfd852b910c7bbd53f0a1a5244c659761c2cc5.tar.gz
Add back central line for linear regression
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'stats/statsview.h')
-rw-r--r--stats/statsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/statsview.h b/stats/statsview.h
index b2c973856..b1e178565 100644
--- a/stats/statsview.h
+++ b/stats/statsview.h
@@ -126,6 +126,7 @@ private:
// A regression line
struct RegressionLine {
std::unique_ptr<QGraphicsPolygonItem> item;
+ std::unique_ptr<QGraphicsPolygonItem> central;
StatsAxis *xAxis, *yAxis;
const struct regression_data reg;
void updatePosition();