fix: 6.2 deprecation warning regard the QScopedPointer::swap function

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-04-18 13:15:00 +03:00
parent 3df98dd5e7
commit e3ff9630e9
12 changed files with 36 additions and 36 deletions

View File

@ -94,7 +94,7 @@ class ModrinthModPage : public ModPage {
[[nodiscard]] inline auto helpPage() const -> QString override { return "Mod-platform"; }
unique_qobject_ptr<ModFilterWidget> createFilterWidget() override;
ModFilterWidget* createFilterWidget() override;
protected:
virtual void prepareProviderCategories() override;