[Pkg-owncloud-commits] [owncloud-client] 108/484: Fix compilation warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:22 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 557b70406985aca65677be3c5f803883849d215d
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Oct 20 11:35:25 2015 +0200

    Fix compilation warning
    
    shibbolethcredentials.h:59:10: warning: 'askFromUser' overrides a member
    function but is not marked 'override' [-Winconsistent-missing-override]
---
 src/gui/creds/shibbolethcredentials.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/creds/shibbolethcredentials.h b/src/gui/creds/shibbolethcredentials.h
index 2fc57bf..f4024bb 100644
--- a/src/gui/creds/shibbolethcredentials.h
+++ b/src/gui/creds/shibbolethcredentials.h
@@ -56,7 +56,7 @@ public:
     QNetworkAccessManager* getQNAM() const Q_DECL_OVERRIDE;
     bool ready() const Q_DECL_OVERRIDE;
     void fetchFromKeychain() Q_DECL_OVERRIDE;
-    void askFromUser();
+    void askFromUser() Q_DECL_OVERRIDE;
     bool stillValid(QNetworkReply *reply) Q_DECL_OVERRIDE;
     void persist() Q_DECL_OVERRIDE;
     void invalidateToken() Q_DECL_OVERRIDE;

-- 
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