diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-06-02 00:49:53 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-09 01:38:31 +0200 |
commit | f485885757e287546bb27bda5906bfa4adc5494a (patch) | |
tree | 02766b67b4760e0b36c19bd3a5f0c34ed0693f7e /logic/BaseInstance.h | |
parent | 48d3052ac1bf55dfc0d149d5e2590bcd6545dc67 (diff) | |
download | MultiMC-f485885757e287546bb27bda5906bfa4adc5494a.tar MultiMC-f485885757e287546bb27bda5906bfa4adc5494a.tar.gz MultiMC-f485885757e287546bb27bda5906bfa4adc5494a.tar.lz MultiMC-f485885757e287546bb27bda5906bfa4adc5494a.tar.xz MultiMC-f485885757e287546bb27bda5906bfa4adc5494a.zip |
Add and implement pages and page dialog.
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index d272dc71..bdd2f1be 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -169,9 +169,6 @@ public: /// 'prepareForLaunch' virtual void cleanupAfterRun() = 0; - /// create a mod edit dialog for the instance - virtual QDialog *createModEditDialog(QWidget *parent) = 0; - /// is a particular action enabled with this instance selected? virtual bool menuActionEnabled(QString action_name) const = 0; |