X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;fp=src%2Fcore%2Fsslserver.h;h=2e18aa1c4705090010e11ec931938d965953d370;hp=518db2e4f749f51c6a5f124d0434592246b35ba8;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96 diff --git a/src/core/sslserver.h b/src/core/sslserver.h index 518db2e4..2e18aa1c 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -33,7 +33,7 @@ class SslServer : public QTcpServer Q_OBJECT public: - SslServer(QObject *parent = 0); + SslServer(QObject *parent = nullptr); bool hasPendingConnections() const override { return !_pendingConnections.isEmpty(); } QTcpSocket *nextPendingConnection() override;