https://bugs.kde.org/show_bug.cgi?id=384461
Bug ID: 384461 Summary: PyKF5 bindings: no way to construct a KColorScheme from Python Product: frameworks-kconfigwidgets Version: 5.37.0 Platform: Archlinux Packages OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: flying-sh...@web.de Target Milestone: --- When building KConfigWidgets, the only non-copying constructor for KColorScheme is skipped by some rule: [...] KColorScheme(const KColorScheme & __0); [...] // Discarded CONSTRUCTOR on line 327 'KColorScheme' (by Qt5Ruleset.py:FunctionRuleDb[11],function_discard) [...] Also, there seems to be no way to customize templates for the binding generator (please correct me if i’m wrong), so this bug isn’t fixable until the sip customizations in extra-cmake-modules are modified to allow custom templates per project. -- You are receiving this mail because: You are watching all bug changes.