mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Consistent use of 'beta' tag across the project (#3089)
This commit is contained in:
parent
a0d6a342d3
commit
ab3989aeba
6 changed files with 43 additions and 43 deletions
|
|
@ -12,7 +12,7 @@ class QNetworkAccessManager;
|
|||
class Release
|
||||
{
|
||||
friend class StableReleaseChannel;
|
||||
friend class DevReleaseChannel;
|
||||
friend class BetaReleaseChannel;
|
||||
|
||||
public:
|
||||
Release(){};
|
||||
|
|
@ -129,12 +129,12 @@ protected slots:
|
|||
virtual void fileListFinished();
|
||||
};
|
||||
|
||||
class DevReleaseChannel : public ReleaseChannel
|
||||
class BetaReleaseChannel : public ReleaseChannel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DevReleaseChannel(){};
|
||||
~DevReleaseChannel(){};
|
||||
BetaReleaseChannel(){};
|
||||
~BetaReleaseChannel(){};
|
||||
virtual QString getManualDownloadUrl() const;
|
||||
virtual QString getName() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue