Age | Commit message (Collapse) | Author |
|
Currently this is rather simple, allowing only matching typedefs by
name. If we need more later, we can extend the interface. This will
make it possible to add bindings for the K18n framework.
|
|
|
|
The Q_DECLARE_TR_FUNCTIONS macro contains a `public:` access specifier,
but the sip_generator just pastes the entire macro name. Adjust the
generator to extract the correct access specifier.
|
|
|
|
Increase test coverage regarding transformations.
|
|
|
|
Don't rely on transitive inclusion
|
|
This can be used by KF5 libraries to generate python 2 and 3 bindings.
|