Add missing override specifer to WebFlowCredentials
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Fri, 12 Feb 2021 18:19:32 +0000 (19:19 +0100)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Sat, 13 Feb 2021 10:22:01 +0000 (10:22 +0000)
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/creds/webflowcredentials.h

index 3f9cee38da3ff8a3aafdc11576889b6cefe03935..4bdf445f27be19f21fd53337d890df0a734e7e37 100644 (file)
@@ -45,7 +45,7 @@ public:
 
     QString authType() const override;
     QString user() const override;
-    QString password() const;
+    QString password() const override;
     QNetworkAccessManager *createQNAM() const override;
 
     bool ready() const override;