mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-25 22:14:15 +00:00
9 lines
113 B
C
9 lines
113 B
C
|
#ifndef GUIUTIL_H
|
||
|
#define GUIUTIL_H
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
QString DateTimeStr(qint64 nTime);
|
||
|
|
||
|
#endif // GUIUTIL_H
|