diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 18:36:35 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 18:36:35 +0200 |
| commit | 8c9480f6fc1b73b2f9ca5c1463a8ee10a579712d (patch) | |
| tree | 28d5880141380870d040481aeea0b6dab16852e4 /src/ioutil.hpp | |
| parent | 75deaa0c850d374f526102b0b38402b2632f9751 (diff) | |
| download | kristall-8c9480f6fc1b73b2f9ca5c1463a8ee10a579712d.tar.gz | |
Improves gopher map rendering with icons and monospace font, adds status bar with more infos, fixes file dialog for older qt versions.
Diffstat (limited to 'src/ioutil.hpp')
| -rw-r--r-- | src/ioutil.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ioutil.hpp b/src/ioutil.hpp index 487c66e..260a556 100644 --- a/src/ioutil.hpp +++ b/src/ioutil.hpp @@ -6,6 +6,8 @@ struct IoUtil { static bool writeAll(QIODevice & dst, QByteArray const & src); + + static QString size_human(qint64 size); }; #endif // IOUTIL_HPP |
