diff --git a/cmake/rules_PyKF5.py b/cmake/rules_PyKF5.py --- a/cmake/rules_PyKF5.py +++ b/cmake/rules_PyKF5.py @@ -91,6 +91,7 @@ ["KConfig", "groupImpl", ".*", "const KConfigGroup", ".*", rules_engine.function_discard], ["KSharedConfig", "openConfig", ".*", ".*", ".*", rules_engine.function_discard], + ["KSharedConfig", "openStateConfig", ".*", ".*", ".*", rules_engine.function_discard], ["KConfigGroup", "KConfigGroup", ".*", ".*", ".*KConfigBase.*", rules_engine.function_discard], ["KConfigGroup", "config", ".*", "const KConfig.*", ".*", rules_engine.function_discard],