Fix crash when selecting same mod from different providers (#1029)
This commit is contained in:
parent
0ece0b5b27
commit
1840505a0f
17 changed files with 316 additions and 227 deletions
|
@ -38,7 +38,9 @@ class ShaderPackResourcePage : public ResourcePage {
|
|||
|
||||
[[nodiscard]] bool supportsFiltering() const override { return false; };
|
||||
|
||||
void addResourceToDialog(ModPlatform::IndexedPack&, ModPlatform::IndexedVersion&) override;
|
||||
void addResourceToPage(ModPlatform::IndexedPack::Ptr,
|
||||
ModPlatform::IndexedVersion&,
|
||||
const std::shared_ptr<ResourceFolderModel>) override;
|
||||
|
||||
[[nodiscard]] QMap<QString, QString> urlHandlers() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue