summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-03-12 11:30:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-12 11:36:27 +0100
commite677361e300a7747a500c3879217727a53aae245 (patch)
tree5060e2be8265ed3eb2603a08f10c79d0b4127907 /examples
parent754854397ddb6e1e4ec7b8ffbc84d3ffa6c29761 (diff)
downloadqtwebsockets-e677361e300a7747a500c3879217727a53aae245.tar.gz
Cleanup header file
Change-Id: I6dade8485daec571e6b1bb844e3320ce3cb00fdb Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sslechoserver/sslechoserver.h2
1 files changed, 0 insertions, 2 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);