summaryrefslogtreecommitdiffstats
path: root/qt-models/maplocationmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r--qt-models/maplocationmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h
index b3a059038..c2305888d 100644
--- a/qt-models/maplocationmodel.h
+++ b/qt-models/maplocationmodel.h
@@ -55,7 +55,6 @@ public:
~MapLocationModel();
Q_INVOKABLE MapLocation *get(int row);
-
QVariant data(const QModelIndex &index, int role) const override;
int rowCount(const QModelIndex &parent) const override;
int count();
@@ -78,7 +77,6 @@ signals:
void countChanged(int c);
void selectedUuidChanged();
void selectedLocationChanged(MapLocation *);
-
};
#endif