diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-05-02 14:01:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-02 14:01:50 -0500 |
| commit | 5555a58f8454063e66dd9a29449fcb19f73a0687 (patch) | |
| tree | edfc65d651b5fef8ef0639c6389c8e7b61d3cc07 /src/settingsdialog.h | |
| parent | 6588a81b7f52e94c4fca4a7378ca13307d51b58e (diff) | |
| parent | 4245036f524121aa113a44e02b2893bc08fb3d31 (diff) | |
Merge pull request #335 from AnyOldName3/proxy-multiple-inheritance-support
Proxy multiple inheritance support
Diffstat (limited to 'src/settingsdialog.h')
| -rw-r--r-- | src/settingsdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 32a8d0c5..2e270131 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -44,8 +44,6 @@ public: explicit SettingsDialog(PluginContainer *pluginContainer, QWidget *parent = 0);
~SettingsDialog();
- void addPlugins(const std::vector<MOBase::IPlugin*> &plugins);
-
public slots:
virtual void accept();
|
