aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-28 10:51:06 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-28 08:59:30 +0000
commit9713146cbc91d7e41af73ac5af1ec09bce028e1b (patch)
treeafe2d5ce1ec7eb17d51d1595c33b21db6a437ef2 /tools/qmlprofiler/qmlprofilerclient.h
parent922ca8c3a839ccbf3407bfe7e449bfceec5ecd23 (diff)
qmlprofiler: Remove V8 profiler client
It's been a long time since the last Qt version with V8. Change-Id: Iae36dd1c5bb6275254c6a64a8e6b843454139e2b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerclient.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerclient.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/qmlprofiler/qmlprofilerclient.h b/tools/qmlprofiler/qmlprofilerclient.h
index 731ab99973..72423ea676 100644
--- a/tools/qmlprofiler/qmlprofilerclient.h
+++ b/tools/qmlprofiler/qmlprofilerclient.h
@@ -104,30 +104,4 @@ private:
class QmlProfilerClientPrivate *d;
};
-class V8ProfilerClient : public ProfilerClient
-{
- Q_OBJECT
-
-public:
- enum Message {
- V8Entry,
- V8Complete,
-
- V8MaximumMessage
- };
-
- V8ProfilerClient(QQmlDebugConnection *client);
- ~V8ProfilerClient();
-
-public slots:
- void sendRecordingStatus(bool record);
-
-signals:
- void range(int depth, const QString &function, const QString &filename,
- int lineNumber, double totalTime, double selfTime);
-
-protected:
- virtual void messageReceived(const QByteArray &);
-};
-
#endif // QMLPROFILERCLIENT_H