forked from qt-creator/qt-creator
QmlProfiler: added summary view
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -77,6 +77,7 @@ signals:
|
||||
void viewUpdated();
|
||||
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
|
||||
void timeChanged(qreal newTime);
|
||||
void range(int type, qint64 startTime, qint64 length, const QStringList &data, const QString &fileName, int line);
|
||||
|
||||
private:
|
||||
TracePlugin *m_plugin;
|
||||
|
||||
Reference in New Issue
Block a user