summary refs log tree commit diff
path: root/include/Utils.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-19 22:09:21 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-19 22:09:21 +0200
commit8b139c32a3b4a92e32a4737b599cf14e61b8a096 (patch)
tree6d145d2a1098753286929d516dff983e31479349 /include/Utils.h
parentNotify the user on upload failures (diff)
downloadnheko-8b139c32a3b4a92e32a4737b599cf14e61b8a096.tar.xz
Minor adjustments
Diffstat (limited to 'include/Utils.h')
-rw-r--r--include/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Utils.h b/include/Utils.h

index 2c764f88..30e592cd 100644 --- a/include/Utils.h +++ b/include/Utils.h
@@ -25,5 +25,5 @@ firstChar(const QString &input); //! Get a human readable file size with the appropriate units attached. QString -humanReadableFileSize(const uint64_t bytes); +humanReadableFileSize(uint64_t bytes); }