X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fidentserver.h;h=3723c2528b428c39e6762d084c4ac8672106c06b;hp=fac112c62df88cb4718e3b02e7337dcc2fcd29c6;hb=5fc6f7e2d63b45770574260afd6ce535e9548d23;hpb=e212eabe53878a8fa6ecb15909a325ed7dd63283 diff --git a/src/core/identserver.h b/src/core/identserver.h index fac112c6..3723c252 100644 --- a/src/core/identserver.h +++ b/src/core/identserver.h @@ -51,7 +51,7 @@ class IdentServer : public QObject Q_OBJECT public: - IdentServer(bool strict, QObject *parent = nullptr); + IdentServer(QObject *parent = nullptr); bool startListening(); void stopListening(const QString &msg); @@ -76,8 +76,6 @@ private: QTcpServer _server, _v6server; - bool _strict; - QHash _connections; std::list _requestQueue; std::list _waiting;