aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertraceview.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-03-25 17:10:25 +0100
committerUlf Hermann <ulf.hermann@digia.com>2014-03-31 10:39:52 +0200
commit0c9a9348f9fb8b464472262cb17624ebc55d7b87 (patch)
treebb2ab6dbbb74b4e15a4123894c657d02c83b92be /src/plugins/qmlprofiler/qmlprofilertraceview.h
parent85b7d34ea80019c8d2e37c100c81ae26facfda9c (diff)
QmlProfiler: Consistently clear when clear button pressed
Several QML properties need extra treatment to avoid stale data after clearing. Toggling the visibility of the timeline renderer doesn't really help there. Task-number: QTCREATORBUG-11833 Change-Id: I1903d7bd69d6fe31ecc4cadca8e30fa2104fa09a Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertraceview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.h b/src/plugins/qmlprofiler/qmlprofilertraceview.h
index ef2dee74a21..db1626c3631 100644
--- a/src/plugins/qmlprofiler/qmlprofilertraceview.h
+++ b/src/plugins/qmlprofiler/qmlprofilertraceview.h
@@ -78,7 +78,7 @@ public:
void showContextMenu(QPoint position);
public slots:
- void clearDisplay();
+ void clear();
void selectNextEventByHash(const QString &eventHash);
void selectNextEventByLocation(const QString &filename, const int line, const int column);