mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:23:24 +00:00
Clean up signedness confusion in statisticswidget.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
032de3549d
commit
4e13322fa0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue