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(); }