forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user