mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Remove widgets from logic.
This commit is contained in:
parent
5a344a2933
commit
80d146866c
7 changed files with 34 additions and 23 deletions
|
|
@ -26,10 +26,10 @@ VersionFinal::VersionFinal(OneSixInstance *instance, QObject *parent)
|
|||
clear();
|
||||
}
|
||||
|
||||
bool VersionFinal::reload(QWidget *widgetParent, const bool onlyVanilla, const QStringList &external)
|
||||
bool VersionFinal::reload(const bool onlyVanilla, const QStringList &external)
|
||||
{
|
||||
beginResetModel();
|
||||
bool ret = OneSixVersionBuilder::build(this, m_instance, widgetParent, onlyVanilla, external);
|
||||
bool ret = OneSixVersionBuilder::build(this, m_instance, onlyVanilla, external);
|
||||
endResetModel();
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue