mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ slots:
|
|||
private:
|
||||
QNetworkReply *reply;
|
||||
QString userAgent;
|
||||
bool verbose;
|
||||
};
|
||||
|
||||
QNetworkAccessManager *manager();
|
||||
|
|
Loading…
Add table
Reference in a new issue