From 788c513dd4090dcba78b51b1a419ea504ec74672 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 13 Jun 2013 08:19:23 -0700 Subject: Improve the trip header Signed-off-by: Linus Torvalds Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 1cc9ab869..601f2f628 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -786,7 +786,7 @@ QVariant TripItem::data(int column, int role) const if (role == Qt::DisplayRole) { switch (column) { case NR: - ret = QString(trip->location) + QString(get_trip_date_string(trip->when, trip->nrdives)); + ret = QString(trip->location) + ", " + QString(get_trip_date_string(trip->when, trip->nrdives)); break; } } -- cgit v1.2.3-70-g09d2