diff options
Diffstat (limited to 'qt-models/gpslistmodel.cpp')
-rw-r--r-- | qt-models/gpslistmodel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-models/gpslistmodel.cpp b/qt-models/gpslistmodel.cpp index ee7867314..231ec04f7 100644 --- a/qt-models/gpslistmodel.cpp +++ b/qt-models/gpslistmodel.cpp @@ -27,9 +27,8 @@ void GpsListModel::clear() } } -int GpsListModel::rowCount(const QModelIndex &parent) const +int GpsListModel::rowCount(const QModelIndex&) const { - Q_UNUSED(parent); return m_gpsFixes.count(); } |