mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Revert "fix: 6.2 deprecation warning regard the QScopedPointer::swap function (#3655)"
This reverts commitca258109c5, reversing changes made to693d9d02bc. Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cb8f6f5e80
commit
476f3edce0
12 changed files with 36 additions and 36 deletions
|
|
@ -207,9 +207,9 @@ auto FlameShaderPackPage::shouldDisplay() const -> bool
|
|||
return true;
|
||||
}
|
||||
|
||||
ModFilterWidget* FlameModPage::createFilterWidget()
|
||||
unique_qobject_ptr<ModFilterWidget> FlameModPage::createFilterWidget()
|
||||
{
|
||||
return new ModFilterWidget(&static_cast<MinecraftInstance&>(m_baseInstance), false, this);
|
||||
return ModFilterWidget::create(&static_cast<MinecraftInstance&>(m_baseInstance), false, this);
|
||||
}
|
||||
|
||||
void FlameModPage::prepareProviderCategories()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue