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