[PyQt] Missing "%If (PyQt_SSL)" in qnetworkaccessmanager.sip

Phil Thompson phil at riverbankcomputing.com
Tue Jan 28 22:27:00 GMT 2014


On 28-01-2014 8:16 pm, Mathias.Born at gmx.de wrote:
> Hi,
>
> In the current "PyQt-gpl-5.2.zip", there is a file
> "qnetworkaccessmanager.sip" which contains these
> lines:
>
> %If (Qt_5_2_0 -)
>     void connectToHostEncrypted(const QString &hostName, quint16 port
> = 443, const QSslConfiguration &sslConfiguration =
> QSslConfiguration::defaultConfiguration());
> %End
>
> This makes sip complain about a missing "QSslConfiguration".
>
> I believe it needs to be wrapped in
> %If (PyQt_SSL)
> ...
> %End

Already fixed in the snapshots.

Phil


More information about the PyQt mailing list