mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fit primarySources to new wrapper method
This commit is contained in:
@@ -210,10 +210,7 @@ QString IPluginGameWrapper::gameShortName() const
|
||||
|
||||
QStringList IPluginGameWrapper::primarySources() const
|
||||
{
|
||||
GILock lock;
|
||||
try {
|
||||
return this->get_override("primarySources")();
|
||||
} PYCATCH;
|
||||
return basicWrapperFunctionImplementation<IPluginGameWrapper, QStringList>(this, "primarySources");
|
||||
}
|
||||
|
||||
QStringList IPluginGameWrapper::validShortNames() const
|
||||
|
||||
Reference in New Issue
Block a user