mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix compiler warning
This commit is contained in:
parent
6b003f96f5
commit
299faae830
@ -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 New Issue
Block a user