forked from qt-creator/qt-creator
QmlProfiler: show binding types
Change-Id: Iea469aa3e0fb7c4e5146163f049c930df6fc2b7d Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
c4f67a3840
commit
2afa559c2a
@@ -61,7 +61,7 @@ signals:
|
||||
void connectionFailed();
|
||||
|
||||
// data
|
||||
void addRangedEvent(int,qint64,qint64,QStringList,QmlDebug::QmlEventLocation);
|
||||
void addRangedEvent(int,int,qint64,qint64,QStringList,QmlDebug::QmlEventLocation);
|
||||
void addV8Event(int,QString,QString,int,double,double);
|
||||
void addFrameEvent(qint64,int,int);
|
||||
void traceStarted(qint64);
|
||||
|
||||
Reference in New Issue
Block a user