[PyQt] Bugtracker?
Phil Thompson
phil at riverbankcomputing.com
Wed May 11 20:44:03 BST 2016
On 11 May 2016, at 8:02 pm, Stephen Kelly <steveire at gmail.com> wrote:
>
>
> Hello,
>
> I have two bugs to file about sip, but I can't find the bugtracker.
Use this mailing list.
> 1)
>
> Given
>
> int const_parameters(const int input, QObject* const obj = 0) const;
>
> sip correctly ignores the const before the int, but does not ignore the
> const after the QObject*.
>
> This occurs in several KDE headers.
>
> 2)
>
> Given
>
> class KSharedConfig;
> typedef QExplicitlySharedDataPointer<KSharedConfig> KSharedConfigPtr;
> typedef QExplicitlySharedDataPointer<KSharedConfig> KSharedConfigPtr;
>
> sip reports an error.
>
> sip: KSharedConfigPtr already defined
>
> Several KDE headers define the same typedef.
sip doesn't attempt to be a full C++ parser. .sip files are very similar to C++ header files, but not identical.
Phil
More information about the PyQt
mailing list