aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhandler.hpp
diff options
context:
space:
mode:
authornixo <nicolo@nixo.xyz>2020-10-29 18:39:17 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-10-29 20:23:32 +0100
commitd3931529ccca3edcdb3fa9f0322a8c4352f2f476 (patch)
treebe8550d98b74163c9ecc12562a3b04442516716a /src/protocolhandler.hpp
parentbf5b2ecd0fde117d550adeadee48d74034ed2cdb (diff)
downloadkristall-d3931529ccca3edcdb3fa9f0322a8c4352f2f476.tar.gz
gemini: respect sensitive input (status 11)
Diffstat (limited to 'src/protocolhandler.hpp')
-rw-r--r--src/protocolhandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolhandler.hpp b/src/protocolhandler.hpp
index c5bb653..bdc1cd3 100644
--- a/src/protocolhandler.hpp
+++ b/src/protocolhandler.hpp
@@ -54,7 +54,7 @@ signals:
void redirected(QUrl const & uri, bool is_permanent);
//! The server needs some information from the user to process this query.
- void inputRequired(QString const & user_query);
+ void inputRequired(QString const & user_query, bool is_sensitive);
//! There was an error while processing the request
void networkError(NetworkError error, QString const & reason);