diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
| commit | 9b93c4d7c5a450607eca0174b1899e56d6a09a48 (patch) | |
| tree | a4cd5ac75ad9a3cd3f3a69ecbb25c53bf43fd3e8 /src/gopherclient.hpp | |
| parent | e32d4644034f0a6df8dd06c985ccfe74e7dd48f4 (diff) | |
| download | kristall-9b93c4d7c5a450607eca0174b1899e56d6a09a48.tar.gz | |
Improves gophermaps: Now handle '+' correctly, improves gopher protocol such that it now respects *the lone dot*.
Diffstat (limited to 'src/gopherclient.hpp')
| -rw-r--r-- | src/gopherclient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gopherclient.hpp b/src/gopherclient.hpp index a2beb0c..f9913c5 100644 --- a/src/gopherclient.hpp +++ b/src/gopherclient.hpp @@ -37,6 +37,7 @@ private: QUrl requested_url; bool was_cancelled; QString mime; + bool is_processing_binary; }; #endif // GOPHERCLIENT_HPP |
