Fix compiler warning

This commit is contained in:
Olivier Goffart 2015-08-13 10:26:35 +02:00
parent 6b003f96f5
commit 299faae830

View file

@ -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 *);