diff options
Diffstat (limited to 'stats/statsview.h')
| -rw-r--r-- | stats/statsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/statsview.h b/stats/statsview.h index 5df05c15b..92dbedf03 100644 --- a/stats/statsview.h +++ b/stats/statsview.h @@ -24,6 +24,7 @@ class CategoryAxis; class CountAxis; class HistogramAxis; class StatsAxis; +class StatsGrid; class Legend; enum class ChartSubType : int; @@ -121,6 +122,7 @@ private: QtCharts::QChart *chart; QFont titleFont; std::vector<std::unique_ptr<StatsAxis>> axes; + std::unique_ptr<StatsGrid> grid; std::vector<std::unique_ptr<StatsSeries>> series; std::unique_ptr<Legend> legend; std::vector<QuartileMarker> quartileMarkers; |