mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
long time format
This commit is contained in:
parent
a873bb571f
commit
77e333ab05
|
@ -109,8 +109,10 @@ GeneralForm::GeneralForm(SettingsWidget *myParent) :
|
|||
QLocale ql;
|
||||
QStringList datestamps;
|
||||
dateFormats.append(ql.dateFormat());
|
||||
dateFormats.append(ql.dateFormat(QLocale::LongFormat));
|
||||
dateFormats.removeDuplicates();
|
||||
timeFormats.append(ql.timeFormat());
|
||||
timeFormats.append(ql.timeFormat(QLocale::LongFormat));
|
||||
timeFormats.removeDuplicates();
|
||||
|
||||
foreach (QString datestamp, dateFormats) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user