summaryrefslogtreecommitdiff
path: root/examples/simplechat/chatserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simplechat/chatserver.h')
-rw-r--r--examples/simplechat/chatserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/simplechat/chatserver.h b/examples/simplechat/chatserver.h
index 36ef22e..1a0af0a 100644
--- a/examples/simplechat/chatserver.h
+++ b/examples/simplechat/chatserver.h
@@ -55,8 +55,6 @@ public:
explicit ChatServer(quint16 port, QObject *parent = Q_NULLPTR);
virtual ~ChatServer();
-Q_SIGNALS:
-
private Q_SLOTS:
void onNewConnection();
void processMessage(QString message);