projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4369e31
)
Fix compilation warning
author
Olivier Goffart
<ogoffart@woboq.com>
Tue, 20 Oct 2015 09:35:25 +0000
(11:35 +0200)
committer
Olivier Goffart
<ogoffart@woboq.com>
Tue, 20 Oct 2015 09:35:25 +0000
(11:35 +0200)
shibbolethcredentials.h:59:10: warning: 'askFromUser' overrides a member
function but is not marked 'override' [-Winconsistent-missing-override]
src/gui/creds/shibbolethcredentials.h
patch
|
blob
|
history
diff --git
a/src/gui/creds/shibbolethcredentials.h
b/src/gui/creds/shibbolethcredentials.h
index 2fc57bfdc809cfe72f8547b9e285a3dd004c3f9f..f4024bb7cd55cc5abd153193ffaaa72c9362934d 100644
(file)
--- 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;