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>
This commit is contained in:
Dirk Hohndel 2017-10-26 09:02:12 +02:00
parent 5f88b62cb1
commit 95a8f951ba

View file

@ -21,7 +21,6 @@ slots:
private:
QNetworkReply *reply;
QString userAgent;
bool verbose;
};
QNetworkAccessManager *manager();