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
@ -35,6 +35,7 @@ void GpsListModel::clear()
|
||||
|
||||
int GpsListModel::rowCount(const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return m_gpsFixes.count();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user