Removing ### that would cause needless SC brekage.
authorJonas M. Gastal <jgastal@profusion.mobi>
Thu, 26 Jan 2012 12:53:24 +0000 (10:53 -0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jan 2012 09:40:48 +0000 (10:40 +0100)
Change-Id: Iaa9cfd709c0ca4192760117ba5ec6d3992804d6a
Reviewed-by: Richard J. Moore <rich@kde.org>
src/network/ssl/qsslconfiguration.h

index e29c6b7..ffd76bd 100644 (file)
@@ -86,7 +86,7 @@ public:
     inline bool operator!=(const QSslConfiguration &other) const
     { return !(*this == other); }
 
-    bool isNull() const; // ### Qt 5: remove; who would need this?
+    bool isNull() const;
 
     QSsl::SslProtocol protocol() const;
     void setProtocol(QSsl::SslProtocol protocol);