Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-08-13 11:26:35 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-08-13 11:26:35 +0300
commit299faae830c2befd8f8dc83c909fd0d965e4a409 (patch)
tree7ba82b25d05c41818e24368856f11e58c5a85d16 /src/gui/settingsdialog.h
parent6b003f96f5e3064c78e653dc9586eeb609b7053c (diff)
Fix compiler warning
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index 9eafd82ab..36d8bddee 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -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 *);