aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-05-05 17:18:11 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-05-08 15:23:56 +0200
commita7012c5a879b24f2bd53fc1d2425a211b61136da (patch)
tree2b07c0b6354de3155cc73ddc53db5c792ad98f30 /src/plugins/qmlprofiler/qmlprofilerclientmanager.h
parentb63d9c6df0e6638c2b40a7351026aed6aab2b953 (diff)
QmlDebugClient: hide all the socket details from clients
Like this no one will get the idea that the socket state represents the connection state and we can safely replace the underlying implementation with something not derived from QAbstractSocket. All the logging is retained but the connection creates the messages now. Change-Id: If84ff42f1fa9785254fbd49c75be867b9f663c83 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerclientmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
index a96c2a909d..58b53963f1 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
@@ -69,7 +69,10 @@ public slots:
private slots:
void tryToConnect();
- void connectionStateChanged();
+ void qmlDebugConnectionOpened();
+ void qmlDebugConnectionClosed();
+ void logState(const QString &);
+
void retryMessageBoxFinished(int result);
void qmlComplete(qint64 maximumTime);