mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
Final clean up for pull request
Signed-off-by: Ice Yeti <101294194+IceYetiWins@users.noreply.github.com>
This commit is contained in:
parent
cb105b720b
commit
08d9e57d96
10 changed files with 44 additions and 44 deletions
|
|
@ -607,11 +607,11 @@ void InstanceList::providerUpdated()
|
|||
}
|
||||
}
|
||||
|
||||
QList<BaseInstance*> InstanceList::getAllInstances()
|
||||
QList<BaseInstance*> InstanceList::getAllInstances() const
|
||||
{
|
||||
QList<BaseInstance*> instanceList;
|
||||
|
||||
for (auto& inst : instances) {
|
||||
for (const auto& inst : instances) {
|
||||
instanceList.append(inst.get());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue