From 0673c8970ea3555e4a39a050d530dda5c9bcc5f4 Mon Sep 17 00:00:00 2001 From: Felix Weilbach Date: Fri, 12 Feb 2021 19:19:32 +0100 Subject: [PATCH] Add missing override specifer to WebFlowCredentials Signed-off-by: Felix Weilbach --- src/gui/creds/webflowcredentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/creds/webflowcredentials.h b/src/gui/creds/webflowcredentials.h index 3f9cee38da3ff..4bdf445f27be1 100644 --- a/src/gui/creds/webflowcredentials.h +++ b/src/gui/creds/webflowcredentials.h @@ -45,7 +45,7 @@ class WebFlowCredentials : public AbstractCredentials QString authType() const override; QString user() const override; - QString password() const; + QString password() const override; QNetworkAccessManager *createQNAM() const override; bool ready() const override;