X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=44e33737fb0b874c62f1d5a6e2227dd4f870a81c;hp=5ea2ae42db0aa521ccc40917418e3f000502bee4;hb=da28b86876edea39e97ffdd4cc5602072c001f93;hpb=b79832bf9c4c21b05629cfd2fdbd008ad690572f diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index 5ea2ae42..44e33737 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -23,10 +23,14 @@ #include #include -#include -#include #include +#ifndef QT_NO_OPENSSL +#include +#else +#include +#endif + class IrcUser; class IrcChannel; @@ -85,7 +89,9 @@ class ClientSyncer : public QObject { void sessionStateReceived(const QVariantMap &state); void doCoreSetup(const QVariant &setupData); +#ifndef QT_NO_OPENSSL void sslErrors(const QList &errors); +#endif private: QPointer socket;