aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-26 14:41:27 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-27 11:55:26 +0000
commit3e8a40c382cbe28f7e5240603804072e1c8f32e4 (patch)
tree62957a420fbc460d33d956d328e9e5255eaef2cc /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parentb46cf9aaf5f1a9b2f02eec78cce161b3052ff578 (diff)
QmlProfiler: remove V8 tab
V8 is gone long enough to stop supporting it. Change-Id: If086925359097a69ffab2b2eba4de6f63bd5195e Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index a90e7b98bf1..f1795c1ca89 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -42,7 +42,6 @@
namespace QmlProfiler {
class QmlProfilerModelManager;
class QmlProfilerDataModel;
-class QV8ProfilerDataModel;
class QmlProfilerNotesModel;
namespace Internal {
@@ -118,7 +117,6 @@ public:
QmlProfilerDataState::State state() const;
QmlProfilerTraceTime *traceTime() const;
QmlProfilerDataModel *qmlModel() const;
- QV8ProfilerDataModel *v8Model() const;
QmlProfilerNotesModel *notesModel() const;
bool isEmpty() const;
@@ -150,8 +148,6 @@ public slots:
qint64 startTime, qint64 length, const QString &data,
const QmlDebug::QmlEventLocation &location,
qint64 ndata1, qint64 ndata2, qint64 ndata3, qint64 ndata4, qint64 ndata5);
- void addV8Event(int depth, const QString &function,const QString &filename, int lineNumber,
- double totalTime, double selfTime);
void complete();
void modelProcessingDone();