mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence more warnings
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d7d8660bbb
commit
beb0bc7a1d
3 changed files with 16 additions and 2 deletions
|
@ -108,7 +108,7 @@ QVariant YearStatisticsItem::data(int column, int role) const
|
|||
return ret;
|
||||
}
|
||||
|
||||
YearlyStatisticsModel::YearlyStatisticsModel(QObject *parent)
|
||||
YearlyStatisticsModel::YearlyStatisticsModel(QObject *parent) : TreeModel(parent)
|
||||
{
|
||||
columns = COLUMNS;
|
||||
update_yearly_stats();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue