From 100a2d03f037949b8a5b196a37d33e5bfe7258c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Fri, 5 Jun 2020 16:48:42 +0200 Subject: [PATCH] Add IOrganizer signal when a plugin setting is changed. --- src/runner/pythonrunner.cpp | 2 ++ 1 file changed, 2 insertions(+) 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: