[PyQt] Bugtracker?

Stephen Kelly steveire at gmail.com
Wed May 11 20:02:48 BST 2016


Hello,

I have two bugs to file about sip, but I can't find the bugtracker.

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.


Thanks,

Steve.



More information about the PyQt mailing list