QmlProfiler: Avoid generic property types in QML

Change-Id: I4dddf19d37004f59bfbe75b45e0b626bf1563fa2
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Aurindam Jana
2013-09-03 12:56:29 +02:00
committed by Kai Koehne
parent a2d771b41e
commit c9a851c649
7 changed files with 24 additions and 24 deletions

View File

@@ -37,8 +37,8 @@ Canvas2D {
// ***** properties
height: 50
property bool dataReady: false
property variant startTime : 0
property variant endTime : 0
property real startTime : 0
property real endTime : 0
// ***** functions
function clearDisplay()