File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,8 +358,8 @@ void AscentViewer::updateInfoArea()
358
358
ascentTitleLabel ->setVisible (true );
359
359
ascentInfoLine ->setVisible (true );
360
360
}
361
- ascentDateLabel ->setText (compAscents-> dateColumn -> getFormattedValueAt (ascentBufferRowIndex).toString ());
362
- ascentTimeLabel ->setText (db->ascentsTable ->timeColumn ->getValueAt (ascentBufferRowIndex).toString ());
361
+ ascentDateLabel ->setText (db-> ascentsTable -> dateColumn -> getValueAt (ascentBufferRowIndex).toDate (). toString (" dd.MM.yyyy " ));
362
+ ascentTimeLabel ->setText (db->ascentsTable ->timeColumn ->getValueAt (ascentBufferRowIndex).toTime (). toString (" HH:mm " ));
363
363
ascentPeakOnDayLabel ->setText (db->ascentsTable ->peakOnDayColumn ->getValueAt (ascentBufferRowIndex).toString () + " ." );
364
364
ascentElevationGainLabel ->setText (compAscents->elevationGainColumn ->getFormattedValueAt (ascentBufferRowIndex).toString ());
365
365
ascentHikeKindLabel ->setText (compAscents->hikeKindColumn ->getFormattedValueAt (ascentBufferRowIndex).toString ());
You can’t perform that action at this time.
0 commit comments