mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-12 16:41:46 +00:00
12 lines
207 B
C
12 lines
207 B
C
#ifndef GUIUTIL_H
|
|
#define GUIUTIL_H
|
|
|
|
#include <QString>
|
|
#include <QFont>
|
|
|
|
QString DateTimeStr(qint64 nTime);
|
|
/* Render bitcoin addresses in monospace font */
|
|
QFont bitcoinAddressFont();
|
|
|
|
#endif // GUIUTIL_H
|