AnnotWindow: Always show creation time in local time

BUG: 413591
(cherry picked from commit 92b7703292ab8cdef55be19524f916005b4c7dc8)
remotes/origin/Applications/19.08
Oliver Sander 6 years ago committed by Ben Cooksley
parent 568f11b067
commit 3e63353bfe
  1. 2
      ui/annotwindow.cpp

@ -163,7 +163,7 @@ public:
void setDate( const QDateTime& dt )
{
dateLabel->setText( QLocale().toString( dt, QLocale::ShortFormat ) + QLatin1Char(' ') );
dateLabel->setText( QLocale().toString( dt.toTimeSpec(Qt::LocalTime), QLocale::ShortFormat ) + QLatin1Char(' ') );
}
void setAuthor( const QString& author )

Loading…
Cancel
Save