[PyKDE] stricter signature checking in SIP breaks a lot of my projects

Gerard Vermeulen gerard.vermeulen at grenoble.cnrs.fr
Sun Apr 9 11:17:45 BST 2006


Phil,

I get SIP error messages of the type:

sip: QwtCompass::labelMap() has overloaded functions with the same Python signature
SIP failed to generate the C++ code.

where SIP complains about:

    const QMap<double,QString>& labelMap() const;
    QMap<double,QString>& labelMap();

Is it up to me to remove the non-const version or will the next SIP snapshot do
that for me?

Gerard




More information about the PyQt mailing list