mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence warnings in Diveplannermodel
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b23ff086cf
commit
6c6e1ce6ff
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ Qt::ItemFlags DivePlannerPointsModel::flags(const QModelIndex &index) const
|
||||||
|
|
||||||
int DivePlannerPointsModel::rowCount(const QModelIndex &parent) const
|
int DivePlannerPointsModel::rowCount(const QModelIndex &parent) const
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(parent);
|
||||||
return divepoints.count();
|
return divepoints.count();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue