aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/gpslistmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/gpslistmodel.cpp b/qt-models/gpslistmodel.cpp
index 84f5e7f3a..3ea03f040 100644
--- a/qt-models/gpslistmodel.cpp
+++ b/qt-models/gpslistmodel.cpp
@@ -35,6 +35,7 @@ void GpsListModel::clear()
int GpsListModel::rowCount(const QModelIndex &parent) const
{
+ Q_UNUSED(parent);
return m_gpsFixes.count();
}