mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fix build on Linux.
This commit is contained in:
parent
aa46ec8bc1
commit
7dabcf5a32
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ private:
|
|||
left / 86400));
|
||||
} else {
|
||||
const auto time = base::unixtime::parse(link.expireDate).time();
|
||||
add(time.toString(Qt::SystemLocaleLongDate));
|
||||
add(time.toString(QLocale::system().dateTimeFormat(
|
||||
QLocale::LongFormat)));
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue