summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl_p.h
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2011-04-12 17:09:20 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2011-05-03 16:43:52 +0200
commitb68f29720ad040ebeb4a7ed05676b6768fa4d49a (patch)
tree5d3687a6e53a1a5e46d2d5f0f97c8f921cc41ac1 /src/network/access/qnetworkreplyhttpimpl_p.h
parent5b2b0a7b35c9df42a92aa953fe0c58d208130d51 (diff)
QNAM: TODO comments for Qt 5
Diffstat (limited to 'src/network/access/qnetworkreplyhttpimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyhttpimpl_p.h3
1 files changed, 3 insertions, 0 deletions
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<QSslError> &errors);
+ // ### Qt5 Add proper virtual
Q_INVOKABLE void setSslConfigurationImplementation(const QSslConfiguration &configuration);
+ // ### Qt5 Add proper virtual
Q_INVOKABLE QSslConfiguration sslConfigurationImplementation() const;
#endif