diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 319e90e..7c193f1 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -278,6 +278,8 @@ BOOST_PYTHON_MODULE(mobase) .def("refreshModList", &IOrganizer::refreshModList, (bpy::arg("save_changes")=true)) .def("managedGame", &IOrganizer::managedGame, bpy::return_value_policy()) .def("modsSortedByProfilePriority", &IOrganizer::modsSortedByProfilePriority) + + Q_DELEGATE(IOrganizer, QObject, "_object") ; // FileTreeEntry Scope: