mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Adding basePath to python plugins
Adds the virtual function override to the boost python wrapper.
This commit is contained in:
@@ -2,3 +2,4 @@ CMakeLists.txt.user
|
||||
edit
|
||||
build
|
||||
std*.log
|
||||
*.bak
|
||||
|
||||
@@ -218,6 +218,10 @@ struct IOrganizerWrapper : MOBase::IOrganizer,
|
||||
{
|
||||
return this->get_override("overwritePath")();
|
||||
}
|
||||
virtual QString basePath() const override
|
||||
{
|
||||
return this->get_override("basePath")();
|
||||
}
|
||||
virtual MOBase::VersionInfo appVersion() const override
|
||||
{
|
||||
return this->get_override("appVersion")();
|
||||
|
||||
Reference in New Issue
Block a user