Merge pull request #1 from ZachHaber/master

Adding basePath to python plugins
This commit is contained in:
Brian Munro
2017-01-17 20:23:22 -08:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ CMakeLists.txt.user
edit
build
std*.log
*.bak
+4
View File
@@ -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")();