mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-21 19:27:15 +00:00
Implemented version lists.
Further work on this is still needed. Currently there is no sorting or filtering of any kind. In addition, changes need to be made to fix issues with bad ETags since the current system here is based on MultiMC 4's version list system before it was fixed.
This commit is contained in:
@@ -55,14 +55,14 @@ public:
|
||||
|
||||
virtual QString descriptor() const;
|
||||
virtual QString name() const;
|
||||
virtual QString type() const;
|
||||
virtual QString typeName() const;
|
||||
virtual qint64 timestamp() const;
|
||||
virtual QString downloadURL() const;
|
||||
virtual bool hasLWJGL() const;
|
||||
virtual QString etag() const;
|
||||
|
||||
virtual VersionType versionType() const;
|
||||
virtual void setVersionType(VersionType type);
|
||||
virtual void setVersionType(VersionType typeName);
|
||||
|
||||
virtual bool isMeta() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user