forked from qt-creator/qt-creator
QmlProfiler: add functionality to search for notes
Added a text field to search for notes within the timeline's events. Task-number: QTCREATORBUG-13417 Change-Id: Ic121ec8ade42b1ef99d5da13d1f732761d244327 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -65,6 +65,7 @@ public slots:
|
||||
void clear();
|
||||
void selectByTypeId(int typeId);
|
||||
void selectBySourceLocation(const QString &filename, int line, int column);
|
||||
void selectByEventIndex(int modelId, int eventIndex);
|
||||
|
||||
private slots:
|
||||
void updateCursorPosition();
|
||||
|
||||
Reference in New Issue
Block a user