summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/sslechoserver/sslechoserver.h2
-rw-r--r--src/websockets/qwebsockethandshakeresponse_p.h4
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/sslechoserver/sslechoserver.h b/examples/sslechoserver/sslechoserver.h
index 84dfeab..f4e9a9b 100644
--- a/examples/sslechoserver/sslechoserver.h
+++ b/examples/sslechoserver/sslechoserver.h
@@ -56,8 +56,6 @@ public:
explicit SslEchoServer(quint16 port, QObject *parent = Q_NULLPTR);
virtual ~SslEchoServer();
-Q_SIGNALS:
-
private Q_SLOTS:
void onNewConnection();
void processTextMessage(QString message);
diff --git a/src/websockets/qwebsockethandshakeresponse_p.h b/src/websockets/qwebsockethandshakeresponse_p.h
index 030d26f..bc98af2 100644
--- a/src/websockets/qwebsockethandshakeresponse_p.h
+++ b/src/websockets/qwebsockethandshakeresponse_p.h
@@ -86,10 +86,6 @@ public:
QWebSocketProtocol::CloseCode error() const;
QString errorString() const;
-public Q_SLOTS:
-
-Q_SIGNALS:
-
private:
bool m_isValid;
bool m_canUpgrade;