X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=c2644531a4ce7c0490602d7b9bb46d64031ce7ac;hp=dbf28025c81e2d507bed25d61440c2629d748801;hb=2b44b945cf50e3dbfeabe4e5aee10db4b13f5a64;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/core/sslserver.h b/src/core/sslserver.h index dbf28025..c2644531 100644 --- a/src/core/sslserver.h +++ b/src/core/sslserver.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 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: