aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/yearlystatisticsmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/yearlystatisticsmodel.h')
-rw-r--r--qt-models/yearlystatisticsmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/yearlystatisticsmodel.h b/qt-models/yearlystatisticsmodel.h
index e7c0c15f0..77a5ae074 100644
--- a/qt-models/yearlystatisticsmodel.h
+++ b/qt-models/yearlystatisticsmodel.h
@@ -26,7 +26,7 @@ public:
COLUMNS
};
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
+ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
YearlyStatisticsModel(QObject *parent = 0);
void update_yearly_stats();
};