diff options
author | Andrew <forkk@forkk.net> | 2013-03-28 11:33:31 -0500 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-03-28 11:33:31 -0500 |
commit | 168ed3e8e58a8e5065ffa720f8d45f4cee0f2069 (patch) | |
tree | b673669632797eab3fdf5bbf4e9fa471bcf20290 /plugins/stdinstance/stdinstversion.h | |
parent | ad70e3fd4cda26508f00e9b549c04a5fe8831dac (diff) | |
download | PrismLauncher-168ed3e8e58a8e5065ffa720f8d45f4cee0f2069.tar.gz PrismLauncher-168ed3e8e58a8e5065ffa720f8d45f4cee0f2069.tar.bz2 PrismLauncher-168ed3e8e58a8e5065ffa720f8d45f4cee0f2069.zip |
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.
Diffstat (limited to 'plugins/stdinstance/stdinstversion.h')
-rw-r--r-- | plugins/stdinstance/stdinstversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stdinstance/stdinstversion.h b/plugins/stdinstance/stdinstversion.h index 3f03ae83..38a2010c 100644 --- a/plugins/stdinstance/stdinstversion.h +++ b/plugins/stdinstance/stdinstversion.h @@ -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; |