Removing ### that would cause needless SC brekage.
Change-Id: Iaa9cfd709c0ca4192760117ba5ec6d3992804d6a Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
76a5ce8acb
commit
f347a33115
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user