From e1a900fb631c05cbf72045741d65e40a7b9987ea Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Sun, 5 Jan 2020 11:26:34 +0100 Subject: Fix Python bindings compilation after 7ab8275bdb56882692846d046a5bbeca5795b009 Exclude the new function from the sip parser Differential Revision: https://phabricator.kde.org/D26430 (cherry picked from commit 171a2c26d280215bad513f58fc014dbd021ee6c6) --- cmake/rules_PyKF5.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/rules_PyKF5.py') diff --git a/cmake/rules_PyKF5.py b/cmake/rules_PyKF5.py index 3204a5e6..35b3de5c 100644 --- a/cmake/rules_PyKF5.py +++ b/cmake/rules_PyKF5.py @@ -95,6 +95,8 @@ def local_function_rules(): ["KConfigGroup", "KConfigGroup", ".*", ".*", ".*KConfigBase.*", rules_engine.function_discard], ["KConfigGroup", "config", ".*", "const KConfig.*", ".*", rules_engine.function_discard], + ["KConfigWatcher", "config", ".*", "KSharedConfig::Ptr", ".*", rules_engine.function_discard], + ["KDesktopFile", ".*", ".*", "const KConfigGroup", ".*", rules_engine.function_discard], ["KConfigGroup", ".*", ".*", "KConfigGroup", ".*", rules_engine.function_discard], -- cgit v1.2.1