X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsslserver.h;h=c2644531a4ce7c0490602d7b9bb46d64031ce7ac;hb=bc715c756677bee7cdb7109cc656e3e5f526c988;hp=dbf28025c81e2d507bed25d61440c2629d748801;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git 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: