From 168ed3e8e58a8e5065ffa720f8d45f4cee0f2069 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Mar 2013 11:33:31 -0500 Subject: 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. --- plugins/stdinstance/stdinstversion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/stdinstance/stdinstversion.cpp') diff --git a/plugins/stdinstance/stdinstversion.cpp b/plugins/stdinstance/stdinstversion.cpp index 0e582ffc..0e93cd42 100644 --- a/plugins/stdinstance/stdinstversion.cpp +++ b/plugins/stdinstance/stdinstversion.cpp @@ -63,10 +63,10 @@ QString StdInstVersion::name() const return m_name; } -QString StdInstVersion::type() const +QString StdInstVersion::typeName() const { if (m_linkedVersion) - return m_linkedVersion->type(); + return m_linkedVersion->typeName(); switch (versionType()) { -- cgit v1.2.3