Add missing override specifer to WebFlowCredentials

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
Felix Weilbach 2021-02-12 19:19:32 +01:00 committed by Kevin Ottens (Rebase PR Action)
parent 6a3260ec26
commit 29e1a82f56

View 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;