From d3931529ccca3edcdb3fa9f0322a8c4352f2f476 Mon Sep 17 00:00:00 2001 From: nixo Date: Thu, 29 Oct 2020 18:39:17 +0100 Subject: gemini: respect sensitive input (status 11) --- src/protocolhandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocolhandler.hpp') 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); -- cgit v1.2.3