X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=bd72f29b22a7dae850a39936715505fce3255f43;hp=9a5d482a99e9e6a0b2c4dae35bddd76ce5cb46a7;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/core/sslserver.h b/src/core/sslserver.h index 9a5d482a..bd72f29b 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +43,12 @@ public: virtual inline bool isCertValid() const { return _isCertValid; } protected: +#if QT_VERSION >= 0x050000 + virtual void incomingConnection(qintptr socketDescriptor); +#else virtual void incomingConnection(int socketDescriptor); +#endif + virtual bool setCertificate(const QString &path); private: