forked from qt-creator/qt-creator
QmlProfiler: Adapt to updateCursorPosition() change in Timeline
As the timeline doesn't automatically move us to the right file/line anymore when we programatically trigger a selection, we have to do it explicitly now when searching for notes. Change-Id: I439b2162555a6cbf1c757c691ad3b0de067e3f94 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -68,8 +68,6 @@ public slots:
|
||||
void selectByTypeId(int typeId);
|
||||
void selectBySourceLocation(const QString &filename, int line, int column);
|
||||
void selectByEventIndex(int modelId, int eventIndex);
|
||||
|
||||
private slots:
|
||||
void updateCursorPosition();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user