diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-03-02 02:17:55 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-03-02 02:17:55 +0100 |
commit | 80d146866c8c5f00c6d790b476a774def71010bf (patch) | |
tree | 322e6d0b593729c774270a24a346813f6cc768d9 /logic/VersionFinal.h | |
parent | 5a344a293323993eabbe2165d01cbb9a4220201c (diff) | |
download | MultiMC-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/VersionFinal.h')
-rw-r--r-- | logic/VersionFinal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/VersionFinal.h b/logic/VersionFinal.h index c9a5f469..e5a38423 100644 --- a/logic/VersionFinal.h +++ b/logic/VersionFinal.h @@ -37,7 +37,7 @@ public: virtual int columnCount(const QModelIndex &parent) const; virtual Qt::ItemFlags flags(const QModelIndex &index) const; - bool reload(QWidget *widgetParent, const bool onlyVanilla = false, const QStringList &external = QStringList()); + bool reload(const bool onlyVanilla = false, const QStringList &external = QStringList()); void clear(); void dump() const; |