Remove extra argument from ModFilterWidget::create
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
b0c85fd539
commit
3ae68114f6
6 changed files with 12 additions and 18 deletions
|
@ -144,7 +144,7 @@ auto ModrinthShaderPackPage::shouldDisplay() const -> bool
|
|||
|
||||
unique_qobject_ptr<ModFilterWidget> ModrinthModPage::createFilterWidget()
|
||||
{
|
||||
return ModFilterWidget::create(&static_cast<MinecraftInstance&>(m_baseInstance), true, ModPlatform::ResourceProvider::MODRINTH, this);
|
||||
return ModFilterWidget::create(&static_cast<MinecraftInstance&>(m_baseInstance), true, this);
|
||||
}
|
||||
|
||||
void ModrinthModPage::prepareProviderCategories()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue