[Pkg-owncloud-commits] [owncloud-client] 54/120: Fix compiler warning
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 299faae830c2befd8f8dc83c909fd0d965e4a409
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Aug 13 10:26:35 2015 +0200
Fix compiler warning
---
src/gui/settingsdialog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index 9eafd82..36d8bdd 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 *);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list