mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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));
|
left / 86400));
|
||||||
} else {
|
} else {
|
||||||
const auto time = base::unixtime::parse(link.expireDate).time();
|
const auto time = base::unixtime::parse(link.expireDate).time();
|
||||||
add(time.toString(Qt::SystemLocaleLongDate));
|
add(time.toString(QLocale::system().dateTimeFormat(
|
||||||
|
QLocale::LongFormat)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue