summaryrefslogtreecommitdiff
path: root/plugins/qmlprofiler/qmlprofilertraceview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qmlprofilertraceview.h')
-rw-r--r--plugins/qmlprofiler/qmlprofilertraceview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/qmlprofiler/qmlprofilertraceview.h b/plugins/qmlprofiler/qmlprofilertraceview.h
index f33e80fb90..4f933eb254 100644
--- a/plugins/qmlprofiler/qmlprofilertraceview.h
+++ b/plugins/qmlprofiler/qmlprofilertraceview.h
@@ -99,7 +99,8 @@ public:
public slots:
void clearDisplay();
- void selectNextEventWithId(int eventId);
+ void selectNextEventByHash(const QString &eventHash);
+ void selectNextEventByLocation(const QString &filename, const int line, const int column);
private slots:
void updateCursorPosition();