mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Merge branch 'ThosRTanner-master'
This commit is contained in:
@@ -228,7 +228,7 @@ struct IOrganizerWrapper: MOBase::IOrganizer, boost::python::wrapper<MOBase::IOr
|
||||
virtual bool onAboutToRun(const std::function<bool(const QString&)> &func) override { return this->get_override("onAboutToRun")(func); }
|
||||
virtual bool onFinishedRun(const std::function<void(const QString&, unsigned int)> &func) override { return this->get_override("onFinishedRun")(func); }
|
||||
virtual bool onModInstalled(const std::function<void(const QString&)> &func) override { return this->get_override("onModInstalled")(func); }
|
||||
virtual MOBase::IProfile *profile() override { return this->get_override("profile")(); }
|
||||
virtual MOBase::IProfile *profile() const override { return this->get_override("profile")(); }
|
||||
virtual MOBase::IPluginGame const *managedGame() const override { return this->get_override("managedGame")(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user