forked from qt-creator/qt-creator
QmlProfiler: New event list with caching, load, save
Change-Id: I640a16649156a49f2d7e7006d6b2ea38fe218620 Reviewed-on: http://codereview.qt.nokia.com/3043 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -164,7 +164,7 @@ TiledCanvas {
|
||||
}
|
||||
|
||||
onMousePositionChanged: {
|
||||
if (!Plotter.ranges.length)
|
||||
if (!root.eventCount)
|
||||
return;
|
||||
|
||||
if (!pressed && timeDisplayEnd.visible)
|
||||
|
||||
Reference in New Issue
Block a user