QNAM: TODO comments for Qt 5
authorMarkus Goetz <Markus.Goetz@nokia.com>
Tue, 12 Apr 2011 15:09:20 +0000 (17:09 +0200)
committerMarkus Goetz <Markus.Goetz@nokia.com>
Tue, 3 May 2011 14:43:52 +0000 (16:43 +0200)
src/network/access/qnetworkreplyhttpimpl_p.h

index 2e8374a..2040d42 100644 (file)
@@ -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