diff options
author | Antonio Rojas <arojas@archlinux.org> | 2020-01-05 11:26:34 +0100 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2020-01-05 10:35:04 +0000 |
commit | e1a900fb631c05cbf72045741d65e40a7b9987ea (patch) | |
tree | 278dccf7b844ce9bc9d7302d0e36d0f650265a79 /cmake | |
parent | 30c4197dfab10d7662d6b62b20e7413e467f765a (diff) | |
download | kconfig-5.66.0-rc2.tar.gz kconfig-5.66.0-rc2.tar.bz2 |
Fix Python bindings compilation after 7ab8275bdb56882692846d046a5bbeca5795b009v5.66.0-rc2v5.66.0
Exclude the new function from the sip parser
Differential Revision: https://phabricator.kde.org/D26430
(cherry picked from commit 171a2c26d280215bad513f58fc014dbd021ee6c6)
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], |