fix: replaced deprecated unique_qobject_ptr::swap with unique_ptr
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
476f3edce0
commit
7523bc1925
12 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
|
||||
unique_qobject_ptr<ModFilterWidget> m_filterWidget;
|
||||
std::unique_ptr<ModFilterWidget> m_filterWidget;
|
||||
Task::Ptr m_categoriesTask;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue