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:
Tomaz Canabrava 2016-03-08 02:27:26 -03:00 committed by Dirk Hohndel
parent 554b3fe630
commit bba62fec82

View file

@ -35,6 +35,7 @@ void GpsListModel::clear()
int GpsListModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return m_gpsFixes.count();
}