mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
Resource should not be QObject
because it has no signals Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f00903d6e3
commit
2b0b9824a3
12 changed files with 17 additions and 43 deletions
|
|
@ -890,7 +890,7 @@ void ResourceFolderModel::applyUpdates(QSet<QString>& currentSet, QSet<QString>&
|
|||
}
|
||||
}
|
||||
|
||||
m_resources[row].reset(newResource);
|
||||
m_resources[row].swap(newResource);
|
||||
newResource->updateIssues(m_instance);
|
||||
|
||||
resolveResource(m_resources.at(row));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue