aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qv8profilereventview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qv8profilereventview.h')
-rw-r--r--plugins/qmlprofiler/qv8profilereventview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/qmlprofiler/qv8profilereventview.h b/plugins/qmlprofiler/qv8profilereventview.h
index da52f5e4c3..d32b499c1c 100644
--- a/plugins/qmlprofiler/qv8profilereventview.h
+++ b/plugins/qmlprofiler/qv8profilereventview.h
@@ -111,7 +111,6 @@ public:
signals:
void gotoSourceLocation(const QString &fileName, int lineNumber, int columnNumber);
void eventSelected(int eventId);
- void showEventInTimeline(int eventId);
public slots:
void clear();
@@ -119,7 +118,6 @@ public slots:
void selectEvent(int eventId);
void selectEventByLocation(const QString &filename, int line);
void buildModel();
- void changeDetailsForEvent(int eventId, const QString &newString);
private:
void setHeaderLabels();