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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/simplechat/chatserver.h b/examples/simplechat/chatserver.h
index 8cde66d..36ef22e 100644
--- a/examples/simplechat/chatserver.h
+++ b/examples/simplechat/chatserver.h
@@ -53,6 +53,7 @@ class ChatServer : public QObject
Q_OBJECT
public:
explicit ChatServer(quint16 port, QObject *parent = Q_NULLPTR);
+ virtual ~ChatServer();
Q_SIGNALS: