Fix python bindings build after ebd14f29f8

The new API breaks python bindings compilation since sip can't understand KSharedConfig::Ptr type

Differential Revision: https://phabricator.kde.org/D26815
wilder
Antonio Rojas 6 years ago
parent 3e287d5fa2
commit 68c1cfd0d8
  1. 1
      cmake/rules_PyKF5.py

@ -91,6 +91,7 @@ def local_function_rules():
["KConfig", "groupImpl", ".*", "const KConfigGroup", ".*", rules_engine.function_discard],
["KSharedConfig", "openConfig", ".*", ".*", ".*", rules_engine.function_discard],
["KSharedConfig", "openStateConfig", ".*", ".*", ".*", rules_engine.function_discard],
["KConfigGroup", "KConfigGroup", ".*", ".*", ".*KConfigBase.*", rules_engine.function_discard],
["KConfigGroup", "config", ".*", "const KConfig.*", ".*", rules_engine.function_discard],

Loading…
Cancel
Save