fix meta not validating for specific versions
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
91d03b34ac
commit
6bd8b72f68
3 changed files with 30 additions and 12 deletions
|
@ -139,6 +139,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