aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-08 23:13:30 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-08 23:13:30 -0800
commit249a2c2c0907fd0444b5c926ff8c965c6fb3776a (patch)
tree34b00f128f66c93abec3440c4092b874b2bc6697 /qt-mobile
parentb34a507d514b491b8060d4e21484ba5d5c3ca461 (diff)
downloadsubsurface-249a2c2c0907fd0444b5c926ff8c965c6fb3776a.tar.gz
Gps list: include the time_t timestamp in the model
Just having the string means we lost the unique value that we can use as key to indentify a specific GPS fix. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/GpsList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index baa65e3b9..24b389b23 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -52,7 +52,7 @@ MobileComponents.Page {
font.pointSize: subsurfaceTheme.smallPointSize
}
MobileComponents.Label {
- text: when
+ text: date
width: Math.max(parent.width / 5, paintedWidth) // helps vertical alignment throughout listview
font.pointSize: subsurfaceTheme.smallPointSize
}