X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=518db2e4f749f51c6a5f124d0434592246b35ba8;hp=609ec77abf722ab35d2f4e2669b13dedd1c696e6;hb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a;hpb=c55df5f2d765b100b7a1ead5a72202f969aa9581 diff --git a/src/core/sslserver.h b/src/core/sslserver.h index 609ec77a..518db2e4 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -53,11 +53,7 @@ public: bool reloadCerts(); protected: -#if QT_VERSION >= 0x050000 void incomingConnection(qintptr socketDescriptor) override; -#else - void incomingConnection(int socketDescriptor) override; -#endif bool setCertificate(const QString &path, const QString &keyPath);