aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/downloaditemform.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-23 20:40:47 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-23 20:40:47 +0100
commit8c37e1ade4ab4a32e97711f037bbf0fd396ec40c (patch)
tree1da35ba85a71fb6db2ff7573c7f40dfbc89072e2 /src/webengine/downloaditemform.h
parentDownload manager improvements (diff)
downloadsmolbote-8c37e1ade4ab4a32e97711f037bbf0fd396ec40c.tar.xz
Download manager
Added total size to widget Added default file name
Diffstat (limited to 'src/webengine/downloaditemform.h')
-rw-r--r--src/webengine/downloaditemform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webengine/downloaditemform.h b/src/webengine/downloaditemform.h
index 0b987b9..b4cb0e5 100644
--- a/src/webengine/downloaditemform.h
+++ b/src/webengine/downloaditemform.h
@@ -37,6 +37,7 @@ public:
~DownloadItemForm();
QWebEngineDownloadItem *item() const;
+ QString sizeString(int size) const;
private slots:
void updateState(QWebEngineDownloadItem::DownloadState state);