QmlProfiler: Increase accuracy of various data types

This prevents some overflows when zooming into the timeline.

Task-number: QTCREATORBUG-11879
Change-Id: I968c4737af8c64798d196a1463268d86146864e7
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-03-28 10:23:39 +01:00
parent 648989daf2
commit cc1bedf5b1
3 changed files with 7 additions and 7 deletions

View File

@@ -39,8 +39,8 @@ Canvas {
// ***** properties
height: 50
property bool dataReady: false
property real startTime : 0
property real endTime : 0
property double startTime : 0
property double endTime : 0
// ***** functions
function clear()