diff options
Diffstat (limited to 'stats/pieseries.h')
-rw-r--r-- | stats/pieseries.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stats/pieseries.h b/stats/pieseries.h index d9dd1b5fb..da1886500 100644 --- a/stats/pieseries.h +++ b/stats/pieseries.h @@ -12,7 +12,6 @@ struct InformationBox; struct ChartPieItem; struct ChartTextItem; -class QGraphicsScene; class QRectF; class PieSeries : public StatsSeries { @@ -20,7 +19,7 @@ public: // The pie series is initialized with (name, count) pairs. // If keepOrder is false, bins will be sorted by size, otherwise the sorting // of the shown bins will be retained. Small bins are omitted for clarity. - PieSeries(QGraphicsScene *scene, StatsView &view, StatsAxis *xAxis, StatsAxis *yAxis, const QString &categoryName, + PieSeries(StatsView &view, StatsAxis *xAxis, StatsAxis *yAxis, const QString &categoryName, const std::vector<std::pair<QString, int>> &data, bool keepOrder, bool labels); ~PieSeries(); |