mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03: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
|