Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into fix/component-version-resolusion
This commit is contained in:
commit
23c06f23c3
87 changed files with 695 additions and 678 deletions
|
@ -140,6 +140,8 @@ Version::Ptr VersionList::getVersion(const QString& version)
|
|||
if (!out) {
|
||||
out = std::make_shared<Version>(m_uid, version);
|
||||
m_lookup[version] = out;
|
||||
setupAddedVersion(m_versions.size(), out);
|
||||
m_versions.append(out);
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue