Fix Python bindings compilation after 7ab8275bdb

Exclude the new function from the sip parser

Differential Revision: https://phabricator.kde.org/D26430
wilder
Antonio Rojas 6 years ago
parent 65ed381469
commit 171a2c26d2
  1. 2
      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],

Loading…
Cancel
Save