diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-26 09:02:12 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-26 20:44:02 +0200 |
commit | 95a8f951ba3c2bababadaa39b4c39dcf72c382c1 (patch) | |
tree | b66bd0eb207412a134b3c65702f6814a63e132b6 /core/cloudstorage.h | |
parent | 5f88b62cb148a1a31e17a529dfac580f2e0262a3 (diff) | |
download | subsurface-95a8f951ba3c2bababadaa39b4c39dcf72c382c1.tar.gz |
Remove bogus member that hides global variable
Inexplicably, commit 8b7427c56d ("Move CloudStorage out of the widgets")
didn't just move the code but added a local member 'verbose' that hides
our global variable...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/cloudstorage.h')
-rw-r--r-- | core/cloudstorage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cloudstorage.h b/core/cloudstorage.h index 13de04283..5ce42a718 100644 --- a/core/cloudstorage.h +++ b/core/cloudstorage.h @@ -21,7 +21,6 @@ slots: private: QNetworkReply *reply; QString userAgent; - bool verbose; }; QNetworkAccessManager *manager(); |