mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Fix compiler warning
This commit is contained in:
parent
6b003f96f5
commit
299faae830
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public slots:
|
|||
protected:
|
||||
void reject() Q_DECL_OVERRIDE;
|
||||
void accept() Q_DECL_OVERRIDE;
|
||||
void changeEvent(QEvent *);
|
||||
void changeEvent(QEvent *) Q_DECL_OVERRIDE;
|
||||
|
||||
private slots:
|
||||
void accountAdded(AccountState *);
|
||||
|
|
Loading…
Reference in a new issue