mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Static helpers. (#6425)
Took 2 minutes Took 29 seconds Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
64bb5355ff
commit
cd44392866
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#define ARCHIDEKT_DEFAULT_IMAGE "https://storage.googleapis.com/topdekt-user/images/archidekt_deck_card_shadow.jpg"
|
||||
|
||||
QString timeAgo(const QString ×tamp)
|
||||
static QString timeAgo(const QString ×tamp)
|
||||
{
|
||||
QDateTime dt = QDateTime::fromString(timestamp, Qt::ISODate);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue