diff options
Diffstat (limited to 'stats/statsview.cpp')
-rw-r--r-- | stats/statsview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stats/statsview.cpp b/stats/statsview.cpp index 455589976..e616c3e12 100644 --- a/stats/statsview.cpp +++ b/stats/statsview.cpp @@ -187,6 +187,11 @@ QSizeF StatsView::size() const return boundingRect().size(); } +QRectF StatsView::plotArea() const +{ + return plotRect; +} + void StatsView::plotAreaChanged(const QSizeF &s) { // Make sure that image is at least one pixel wide / high, otherwise |