aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-10 14:53:39 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-10 13:10:30 +0000
commit408ac55741a09df1f3e8db651d2574b594b9b313 (patch)
tree81557800c6c828f3ec52513b08080f8ceef79f24 /src/plugins/qmlprofiler/qmlprofilerclientmanager.h
parentc87d3e3f4e7f5b74cdea71115f298d4b01936ec9 (diff)
QmlProfiler: Remove OST connection mode
Whatever that is, it definitely didn't work. Change-Id: Ib15b9dcad6e22d52285a253b234989e55d817268 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerclientmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
index ee62dec079..4f878b2485 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
@@ -50,9 +50,7 @@ public:
~QmlProfilerClientManager();
void registerProfilerStateManager(QmlProfilerStateManager *profilerState);
-
void setTcpConnection(QString host, quint64 port);
- void setOstConnection(QString ostDevice);
void clearBufferedData();
void discardPendingData();