Revert "fix: 6.2 deprecation warning regard the QScopedPointer::swap function (#3655)"

This reverts commit ca258109c5, reversing
changes made to 693d9d02bc.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-05-06 00:06:56 +03:00
parent cb8f6f5e80
commit 476f3edce0
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
12 changed files with 36 additions and 36 deletions

View file

@ -100,6 +100,6 @@ class FlamePage : public QWidget, public ModpackProviderBasePage {
// Used to do instant searching with a delay to cache quick changes
QTimer m_search_timer;
ModFilterWidget* m_filterWidget;
unique_qobject_ptr<ModFilterWidget> m_filterWidget;
Task::Ptr m_categoriesTask;
};