diff options
Diffstat (limited to 'qt-ui/statistics/statisticswidget.h')
-rw-r--r-- | qt-ui/statistics/statisticswidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/statistics/statisticswidget.h b/qt-ui/statistics/statisticswidget.h index 4e62a10fd..ae988292d 100644 --- a/qt-ui/statistics/statisticswidget.h +++ b/qt-ui/statistics/statisticswidget.h @@ -15,7 +15,6 @@ protected: virtual void resizeEvent(QResizeEvent *event); public slots: void modelRowsInserted(const QModelIndex& index, int first, int last); - void modelRowsRemoved(const QModelIndex& index, int first, int last); void modelDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight); private: YearlyStatisticsModel *m_model; |