diff options
Diffstat (limited to 'qt-models/gpslistmodel.h')
-rw-r--r-- | qt-models/gpslistmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/gpslistmodel.h b/qt-models/gpslistmodel.h index 2ccf04699..a1c82e5d6 100644 --- a/qt-models/gpslistmodel.h +++ b/qt-models/gpslistmodel.h @@ -21,7 +21,6 @@ public: static GpsListModel *instance(); GpsListModel(QObject *parent = 0); - void addGpsFix(gpsTracker g); void clear(); int rowCount(const QModelIndex &parent = QModelIndex()) const; QHash<int, QByteArray> roleNames() const; |