Resource should not be QObject

because it has no signals

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-02-12 20:57:31 +02:00
parent f00903d6e3
commit 2b0b9824a3
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
12 changed files with 17 additions and 43 deletions

View file

@ -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));