summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/qmldebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/standalone/qmldebugger.h')
-rw-r--r--tools/qmldebugger/standalone/qmldebugger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qmldebugger/standalone/qmldebugger.h b/tools/qmldebugger/standalone/qmldebugger.h
index 7bacce7..da95ef9 100644
--- a/tools/qmldebugger/standalone/qmldebugger.h
+++ b/tools/qmldebugger/standalone/qmldebugger.h
@@ -67,6 +67,9 @@ public slots:
void connectToHost();
void disconnectFromHost();
+protected:
+ void closeEvent(QCloseEvent *);
+
private slots:
void connectionStateChanged();
void connectionError(QAbstractSocket::SocketError socketError);