mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-12 13:33:58 -07:00
refactor: remove ReleaseChannel keeping track of its own indexes (#5366)
This commit is contained in:
parent
c8d49b5bf9
commit
25d21a3da6
7 changed files with 13 additions and 18 deletions
|
|
@ -82,9 +82,6 @@ public:
|
|||
~ReleaseChannel() override;
|
||||
|
||||
protected:
|
||||
// shared by all instances
|
||||
static int sharedIndex;
|
||||
int index;
|
||||
QNetworkAccessManager *netMan;
|
||||
QNetworkReply *response;
|
||||
Release *lastRelease;
|
||||
|
|
@ -94,10 +91,6 @@ protected:
|
|||
virtual QString getReleaseChannelUrl() const = 0;
|
||||
|
||||
public:
|
||||
int getIndex() const
|
||||
{
|
||||
return index;
|
||||
}
|
||||
Release *getLastRelease()
|
||||
{
|
||||
return lastRelease;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue