aboutsummaryrefslogtreecommitdiff
path: root/src/gopherclient.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 20:32:19 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 20:32:19 +0200
commit24adf0b41746449a163cfd2daaa2feefd67e9d57 (patch)
treefc9406213734ea898968067aa43482621d167cec /src/gopherclient.hpp
parente6e28fd4814e1f513773288710e1bcb3cfad0028 (diff)
downloadkristall-24adf0b41746449a163cfd2daaa2feefd67e9d57.tar.gz
Adds loading progress display.
Diffstat (limited to 'src/gopherclient.hpp')
-rw-r--r--src/gopherclient.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gopherclient.hpp b/src/gopherclient.hpp
index 2bf98fc..a2beb0c 100644
--- a/src/gopherclient.hpp
+++ b/src/gopherclient.hpp
@@ -20,6 +20,8 @@ public:
bool cancelRequest();
signals:
+ void requestProgress(qint64 transferred);
+
void requestComplete(QByteArray const & data, QString const & mime);
void requestFailed(QString const & message);