forked from qt-creator/qt-creator
QmlProfiler: send gotoSourceLocation also from JS profiler
Task-number: QTCREATORBUG-11094 Change-Id: I9e3ef29b6f14d44e15df16ec051b33ea9393968b Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -112,6 +112,8 @@ void QmlProfilerViewManager::createViews()
|
|||||||
|
|
||||||
d->v8profilerView = new QV8ProfilerEventsWidget(mw, d->profilerTool, this,
|
d->v8profilerView = new QV8ProfilerEventsWidget(mw, d->profilerTool, this,
|
||||||
d->profilerModelManager);
|
d->profilerModelManager);
|
||||||
|
connect(d->v8profilerView, SIGNAL(gotoSourceLocation(QString,int,int)), this,
|
||||||
|
SIGNAL(gotoSourceLocation(QString,int,int)));
|
||||||
connect(d->traceView, SIGNAL(gotoSourceLocation(QString,int,int)),
|
connect(d->traceView, SIGNAL(gotoSourceLocation(QString,int,int)),
|
||||||
d->v8profilerView, SLOT(selectBySourceLocation(QString,int,int)));
|
d->v8profilerView, SLOT(selectBySourceLocation(QString,int,int)));
|
||||||
connect(d->v8profilerView, SIGNAL(gotoSourceLocation(QString,int,int)),
|
connect(d->v8profilerView, SIGNAL(gotoSourceLocation(QString,int,int)),
|
||||||
|
|||||||
Reference in New Issue
Block a user