diff options
| author | Aaron Golliver <[email protected]> | 2017-10-14 16:06:21 -0700 |
|---|---|---|
| committer | Aaron Golliver <[email protected]> | 2017-10-16 20:58:23 -0700 |
| commit | 8e4aa35ffbcaa0e0a3eceaa500193b0f97d957ab (patch) | |
| tree | b2c98603e3a20d4dedf0c611d3a8589bc182f152 /src/qt/guiutil.h | |
| parent | Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch... (diff) | |
| download | discoin-8e4aa35ffbcaa0e0a3eceaa500193b0f97d957ab.tar.xz discoin-8e4aa35ffbcaa0e0a3eceaa500193b0f97d957ab.zip | |
move human-readable byte formatting to guiutil
Diffstat (limited to 'src/qt/guiutil.h')
| -rw-r--r-- | src/qt/guiutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index d10818d0c..7622816f7 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -199,6 +199,8 @@ namespace GUIUtil QString formatNiceTimeOffset(qint64 secs); + QString formatBytes(uint64_t bytes); + class ClickableLabel : public QLabel { Q_OBJECT |