summaryrefslogtreecommitdiffstats
path: root/qt-models/gpslistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/gpslistmodel.h')
-rw-r--r--qt-models/gpslistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-models/gpslistmodel.h b/qt-models/gpslistmodel.h
index 91a15540f..870540b4f 100644
--- a/qt-models/gpslistmodel.h
+++ b/qt-models/gpslistmodel.h
@@ -14,7 +14,8 @@ public:
GpsDateRole = Qt::UserRole + 1,
GpsNameRole,
GpsLatitudeRole,
- GpsLongitudeRole
+ GpsLongitudeRole,
+ GpsWhenRole
};
static GpsListModel *instance();