Clean up signedness confusion in statisticswidget.cpp

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-09 20:10:42 -08:00
parent 032de3549d
commit 4e13322fa0

View file

@ -23,6 +23,9 @@ void YearlyStatisticsWidget::setModel(YearlyStatisticsModel *m)
void YearlyStatisticsWidget::modelRowsInserted(const QModelIndex &index, int first, int last)
{
Q_UNUSED(index)
Q_UNUSED(first)
Q_UNUSED(last)
// stub
}