From 9b44f490c8f5136571da34fcf28eb15e0f3bea6a Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Mon, 11 Oct 2021 19:50:57 +0200 Subject: Do not try to generate python bindings for KConfigGroup::moveValuesTo --- 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 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], -- cgit v1.2.1