mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef GUIUTIL_H
|
|
#define GUIUTIL_H
|
|
|
|
#include <QString>
|
|
|
|
QString DateTimeStr(qint64 nTime);
|
|
|
|
#endif // GUIUTIL_H
|