From b68f29720ad040ebeb4a7ed05676b6768fa4d49a Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Tue, 12 Apr 2011 17:09:20 +0200 Subject: QNAM: TODO comments for Qt 5 --- src/network/access/qnetworkreplyhttpimpl_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/network') diff --git a/src/network/access/qnetworkreplyhttpimpl_p.h b/src/network/access/qnetworkreplyhttpimpl_p.h index 2e8374af78..2040d4209b 100644 --- a/src/network/access/qnetworkreplyhttpimpl_p.h +++ b/src/network/access/qnetworkreplyhttpimpl_p.h @@ -96,8 +96,11 @@ public: #ifndef QT_NO_OPENSSL void ignoreSslErrors(); + // ### Qt5 Add proper virtual Q_INVOKABLE void ignoreSslErrorsImplementation(const QList &errors); + // ### Qt5 Add proper virtual Q_INVOKABLE void setSslConfigurationImplementation(const QSslConfiguration &configuration); + // ### Qt5 Add proper virtual Q_INVOKABLE QSslConfiguration sslConfigurationImplementation() const; #endif -- cgit v1.2.3