diff options
Diffstat (limited to 'src/gopherclient.hpp')
| -rw-r--r-- | src/gopherclient.hpp | 2 |
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); |
