Skip to content

Commit

Permalink
Add missing override specifer to WebFlowCredentials
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
  • Loading branch information
Felix Weilbach committed Feb 12, 2021
1 parent 24ab49d commit 0673c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/creds/webflowcredentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0673c89

Please sign in to comment.