mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
UI improvements installer/update info
This commit is contained in:
@@ -47,6 +47,13 @@ namespace BlackMisc
|
||||
return artifacts;
|
||||
}
|
||||
|
||||
CArtifactList CUpdateInfo::getArtifactsXSwiftBusOldestVersionFirst() const
|
||||
{
|
||||
CArtifactList artifacts(m_artifactsXSwiftBus);
|
||||
artifacts.sortByVersion(Qt::DescendingOrder);
|
||||
return artifacts;
|
||||
}
|
||||
|
||||
CArtifactList CUpdateInfo::getArtifactsXSwiftBusForCurrentPlatform() const
|
||||
{
|
||||
CArtifactList artifacts = m_artifactsXSwiftBus.findMatchingForCurrentPlatform();
|
||||
|
||||
Reference in New Issue
Block a user