summaryrefslogtreecommitdiff
path: root/examples/echoclient/echoclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echoclient/echoclient.h')
-rw-r--r--examples/echoclient/echoclient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/echoclient/echoclient.h b/examples/echoclient/echoclient.h
index 497d7c5..79bc71a 100644
--- a/examples/echoclient/echoclient.h
+++ b/examples/echoclient/echoclient.h
@@ -44,8 +44,6 @@
#include <QtCore/QObject>
#include <QtWebSockets/QWebSocket>
-QT_FORWARD_DECLARE_CLASS(QWebSocket)
-
class EchoClient : public QObject
{
Q_OBJECT
@@ -55,8 +53,6 @@ public:
Q_SIGNALS:
void closed();
-public Q_SLOTS:
-
private Q_SLOTS:
void onConnected();
void onTextMessageReceived(QString message);