aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugconnection_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmldebugconnection_p.h')
-rw-r--r--src/qmldebug/qqmldebugconnection_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldebug/qqmldebugconnection_p.h b/src/qmldebug/qqmldebugconnection_p.h
index 40753fc998..be425b6cbf 100644
--- a/src/qmldebug/qqmldebugconnection_p.h
+++ b/src/qmldebug/qqmldebugconnection_p.h
@@ -92,7 +92,7 @@ signals:
void socketError(QAbstractSocket::SocketError socketError);
void socketStateChanged(QAbstractSocket::SocketState socketState);
-private Q_SLOTS:
+private:
void newConnection();
void socketConnected();
void socketDisconnected();