aboutsummaryrefslogtreecommitdiff
path: root/cmake/rules_PyKF5.py
diff options
context:
space:
mode:
authorAlexander Lohnau <alexander.lohnau@gmx.de>2021-10-11 19:50:57 +0200
committerAlexander Lohnau <alexander.lohnau@gmx.de>2021-10-11 19:50:57 +0200
commit9b44f490c8f5136571da34fcf28eb15e0f3bea6a (patch)
treeed8cc2d2a8f1a5652dc089a3946e63a5edaf30be /cmake/rules_PyKF5.py
parentf7754f2bb3db666e4bfb2b82af079828e0086b84 (diff)
downloadkconfig-9b44f490c8f5136571da34fcf28eb15e0f3bea6a.tar.gz
kconfig-9b44f490c8f5136571da34fcf28eb15e0f3bea6a.tar.bz2
Do not try to generate python bindings for KConfigGroup::moveValuesTo
Diffstat (limited to 'cmake/rules_PyKF5.py')
-rw-r--r--cmake/rules_PyKF5.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/rules_PyKF5.py b/cmake/rules_PyKF5.py
index e510340e..1238aea8 100644
--- a/cmake/rules_PyKF5.py
+++ b/cmake/rules_PyKF5.py
@@ -74,6 +74,7 @@ def local_function_rules():
["KConfigGroup", "KConfigGroup", ".*", ".*", ".*KConfigBase.*", rules_engine.function_discard],
["KConfigGroup", "config", ".*", "const KConfig.*", ".*", rules_engine.function_discard],
+ ["KConfigGroup", "moveValuesTo", ".*", ".*", ".*", rules_engine.function_discard],
["KConfigWatcher", "config", ".*", "KSharedConfig::Ptr", ".*", rules_engine.function_discard],