diff options
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r-- | qt-models/maplocationmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h index 7a1730653..ea720b983 100644 --- a/qt-models/maplocationmodel.h +++ b/qt-models/maplocationmodel.h @@ -52,6 +52,7 @@ public: void add(MapLocation *); void addList(QVector<MapLocation *>); void clear(); + MapLocation *getMapLocationForUuid(quint32 uuid); protected: QHash<int, QByteArray> roleNames() const; |