diff options
Diffstat (limited to 'qt-models/maplocationmodel.h')
-rw-r--r-- | qt-models/maplocationmodel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-models/maplocationmodel.h b/qt-models/maplocationmodel.h index 3335822e2..4b2066186 100644 --- a/qt-models/maplocationmodel.h +++ b/qt-models/maplocationmodel.h @@ -22,6 +22,7 @@ public: static const char *PROPERTY_NAME_DIVESITE; static const char *PROPERTY_NAME_NAME; static const char *PROPERTY_NAME_PIXMAP; + static const char *PROPERTY_NAME_Z; explicit MapLocation(); explicit MapLocation(struct dive_site *ds, QGeoCoordinate coord, QString name, bool selected); @@ -37,7 +38,8 @@ public: RoleDivesite = Qt::UserRole + 1, RoleCoordinate, RoleName, - RolePixmap + RolePixmap, + RoleZ }; private: |