diff options
author | Antonio Rojas <arojas@archlinux.org> | 2020-01-05 11:26:34 +0100 |
---|---|---|
committer | Antonio Rojas <arojas@archlinux.org> | 2020-01-05 11:26:34 +0100 |
commit | 171a2c26d280215bad513f58fc014dbd021ee6c6 (patch) | |
tree | 9c2593a9f724a671bef275d1106b84cc1f90571f /cmake | |
parent | 65ed3814699aabbd0d6b4725e54487d9db82bf59 (diff) | |
download | kconfig-171a2c26d280215bad513f58fc014dbd021ee6c6.tar.gz kconfig-171a2c26d280215bad513f58fc014dbd021ee6c6.tar.bz2 |
Fix Python bindings compilation after 7ab8275bdb56882692846d046a5bbeca5795b009
Exclude the new function from the sip parser
Differential Revision: https://phabricator.kde.org/D26430
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/rules_PyKF5.py | 2 |
1 files changed, 2 insertions, 0 deletions
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], |