mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Merge pull request #2928 from nextcloud/add_missing_override_specifier
Add missing override specifier
This commit is contained in:
commit
0996b13386
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue