aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/downloaditemform.h
diff options
context:
space:
mode:
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);