Add cleanup to examples
[contrib/qtwebsockets.git] / examples / simplechat / chatserver.h
index 8cde66d..36ef22e 100644 (file)
@@ -53,6 +53,7 @@ class ChatServer : public QObject
     Q_OBJECT
 public:
     explicit ChatServer(quint16 port, QObject *parent = Q_NULLPTR);
+    virtual ~ChatServer();
 
 Q_SIGNALS: