From 95a8f951ba3c2bababadaa39b4c39dcf72c382c1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 26 Oct 2017 09:02:12 +0200 Subject: 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 --- core/cloudstorage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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(); -- cgit v1.2.3-70-g09d2