add better profile logging properly resolve important dependencies
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
ce280c2d04
commit
a94a081b9c
11 changed files with 215 additions and 85 deletions
|
@ -287,7 +287,11 @@ Version::Ptr VersionList::getRecommendedForParent(const QString& uid, const QStr
|
|||
if (foundExplicit != m_versions.end()) {
|
||||
return *foundExplicit;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Version::Ptr VersionList::getLatestForParent(const QString& uid, const QString& version)
|
||||
{
|
||||
Version::Ptr latestCompat = nullptr;
|
||||
for (auto ver : m_versions) {
|
||||
auto& reqs = ver->requiredSet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue