mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Track dependencies in Mods page (#3738)
This commit is contained in:
commit
ef1e35d585
13 changed files with 577 additions and 18 deletions
|
|
@ -906,6 +906,7 @@ QList<Resource*> ResourceFolderModel::allResources()
|
|||
result.append((resource.get()));
|
||||
return result;
|
||||
}
|
||||
|
||||
QList<Resource*> ResourceFolderModel::selectedResources(const QModelIndexList& indexes)
|
||||
{
|
||||
QList<Resource*> result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue