summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-03-02 02:17:55 +0100
committerPetr Mrázek <peterix@gmail.com>2014-03-02 02:17:55 +0100
commit80d146866c8c5f00c6d790b476a774def71010bf (patch)
tree322e6d0b593729c774270a24a346813f6cc768d9 /logic/OneSixInstance.cpp
parent5a344a293323993eabbe2165d01cbb9a4220201c (diff)
downloadMultiMC-80d146866c8c5f00c6d790b476a774def71010bf.tar
MultiMC-80d146866c8c5f00c6d790b476a774def71010bf.tar.gz
MultiMC-80d146866c8c5f00c6d790b476a774def71010bf.tar.lz
MultiMC-80d146866c8c5f00c6d790b476a774def71010bf.tar.xz
MultiMC-80d146866c8c5f00c6d790b476a774def71010bf.zip
Remove widgets from logic.
Diffstat (limited to 'logic/OneSixInstance.cpp')
-rw-r--r--logic/OneSixInstance.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/logic/OneSixInstance.cpp b/logic/OneSixInstance.cpp
index bd5d559e..0e0be4d8 100644
--- a/logic/OneSixInstance.cpp
+++ b/logic/OneSixInstance.cpp
@@ -316,14 +316,14 @@ QString OneSixInstance::currentVersionId() const
return intendedVersionId();
}
-bool OneSixInstance::reloadVersion(QWidget *widgetParent)
+bool OneSixInstance::reloadVersion()
{
I_D(OneSixInstance);
- bool ret = d->version->reload(widgetParent, false, externalPatches());
+ bool ret = d->version->reload(false, externalPatches());
if (ret)
{
- ret = d->vanillaVersion->reload(widgetParent, true, externalPatches());
+ ret = d->vanillaVersion->reload(true, externalPatches());
}
if (ret)
{