summaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-02 22:16:11 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-02 22:16:11 +0200
commitecb5cc2be5527e84ae29239ec8fa789c3ee8587e (patch)
tree4c7c59827ea325c1999daa9160877b764c079756 /backend.h
parent17dd2d0281bf750768bb9820a677806980380c10 (diff)
downloadacritoxinstaller-ecb5cc2be5527e84ae29239ec8fa789c3ee8587e.zip
acritoxinstaller-ecb5cc2be5527e84ae29239ec8fa789c3ee8587e.tar.gz
use ListItems with formatted size info in frontend
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.h b/backend.h
index 997b580..c7d3313 100644
--- a/backend.h
+++ b/backend.h
@@ -19,6 +19,7 @@ public:
void exitBackend();
QString encryptPassword(QString password);
QString cleanUsername(const QString &username);
+ QString sizeToString(qlonglong size);
bool isBusy();
bool flag(QString flag);
void flag(QString flag, bool set);