diff options
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 4e84aa9b2..30d4b3a17 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -204,5 +204,6 @@ public: virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; YearlyStatisticsModel(QObject* parent = 0); + void update_yearly_stats(); }; #endif |