summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/statistics/statisticswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/statistics/statisticswidget.h')
-rw-r--r--desktop-widgets/statistics/statisticswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/statistics/statisticswidget.h b/desktop-widgets/statistics/statisticswidget.h
index f12690f9f..4ffd3ff88 100644
--- a/desktop-widgets/statistics/statisticswidget.h
+++ b/desktop-widgets/statistics/statisticswidget.h
@@ -13,7 +13,7 @@ public:
YearlyStatisticsWidget(QWidget *parent = 0);
void setModel(YearlyStatisticsModel *m);
protected:
- void resizeEvent(QResizeEvent *event);
+ void resizeEvent(QResizeEvent *event) override;
public slots:
void modelRowsInserted(const QModelIndex& index, int first, int last);
void modelDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);