@@ -120,7 +120,11 | |||||
120 | </modify-function> |
|
120 | </modify-function> | |
121 | </object-type> |
|
121 | </object-type> | |
122 | <object-type name="QNetworkCookieJar"/> |
|
122 | <object-type name="QNetworkCookieJar"/> | |
123 |
<object-type name="QNetworkReply" |
|
123 | <object-type name="QNetworkReply"> | |
|
124 | <modify-function signature="setSslConfiguration(QSslConfiguration)" remove="all"/> | |||
|
125 | <modify-function signature="sslConfiguration() const" remove="all"/> | |||
|
126 | <modify-function signature="ignoreSslErrors(const QList<QSslError>&)" remove="all"/> | |||
|
127 | </object-type> | |||
124 |
|
128 | |||
125 | <value-type name="QHostAddress"> |
|
129 | <value-type name="QHostAddress"> | |
126 | <modify-function signature="QHostAddress(unsigned char*)" remove="all"/> |
|
130 | <modify-function signature="QHostAddress(unsigned char*)" remove="all"/> | |
@@ -188,6 +192,8 | |||||
188 | </value-type> |
|
192 | </value-type> | |
189 | <value-type name="QNetworkRequest"> |
|
193 | <value-type name="QNetworkRequest"> | |
190 | <modify-function signature="operator=(QNetworkRequest)" remove="all"/> |
|
194 | <modify-function signature="operator=(QNetworkRequest)" remove="all"/> | |
|
195 | <modify-function signature="setSslConfiguration(QSslConfiguration)" remove="all"/> | |||
|
196 | <modify-function signature="sslConfiguration() const" remove="all"/> | |||
191 | </value-type> |
|
197 | </value-type> | |
192 |
|
198 | |||
193 | <enum-type name="QSslError::SslError"/> |
|
199 | <enum-type name="QSslError::SslError"/> |
General Comments 0
You need to be logged in to leave comments.
Login now