From 68c1cfd0d8dcee761005a9eb08a57c224197fce2 Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Tue, 21 Jan 2020 21:27:56 +0100 Subject: Fix python bindings build after ebd14f29f8052ff5119bf97b42e61f404f223615 The new API breaks python bindings compilation since sip can't understand KSharedConfig::Ptr type Differential Revision: https://phabricator.kde.org/D26815 --- cmake/rules_PyKF5.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/rules_PyKF5.py') diff --git a/cmake/rules_PyKF5.py b/cmake/rules_PyKF5.py index 35b3de5c..fea0982f 100644 --- a/cmake/rules_PyKF5.py +++ b/cmake/rules_PyKF5.py @@ -91,6 +91,7 @@ def local_function_rules(): ["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], -- cgit v1.2.1