diff options
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r-- | qt-models/maplocationmodel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h index 4f56a146f..5fdddf0f2 100644 --- a/qt-models/maplocationmodel.h +++ b/qt-models/maplocationmodel.h @@ -21,7 +21,6 @@ public: QVariant getRole(int role) const; QGeoCoordinate coordinate(); void setCoordinate(QGeoCoordinate coord); - void setCoordinateNoEmit(QGeoCoordinate coord); struct dive_site *divesite(); enum Roles { @@ -39,9 +38,6 @@ private: QString m_name; public: bool m_selected = false; - -signals: - void coordinateChanged(); }; class MapLocationModel : public QAbstractListModel |