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:
parent
5f88b62cb1
commit
95a8f951ba
@ -21,7 +21,6 @@ slots:
|
||||
private:
|
||||
QNetworkReply *reply;
|
||||
QString userAgent;
|
||||
bool verbose;
|
||||
};
|
||||
|
||||
QNetworkAccessManager *manager();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user