aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@crimson.no>2017-04-25 09:48:55 +0200
committerRobin Burchell <robin.burchell@crimson.no>2017-04-25 07:49:30 +0000
commit16c6b173d5ad7e7d946a7d8dbae8fc8eda673bb2 (patch)
tree5a62cfe3bf18b330383a2b084a34e95411b6e2d8
parent0ecfdc41ebfabe50c816c6877192281bbf426cc8 (diff)
prefix properties with object id
Change-Id: Iaa99be3ef1b82aa62a2a54aa9ae55d4a71c50b8b Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
-rw-r--r--src/Shell_TotalFramesWithStaticCount.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Shell_TotalFramesWithStaticCount.qml b/src/Shell_TotalFramesWithStaticCount.qml
index 5208e32..208a052 100644
--- a/src/Shell_TotalFramesWithStaticCount.qml
+++ b/src/Shell_TotalFramesWithStaticCount.qml
@@ -101,7 +101,7 @@ Item {
interval: benchmark.frameCountInterval
onTriggered: {
benchmark.recordOperationsPerFrame(root.count);
- countDown = originalCountDown
+ swapTest.countDown = swapTest.originalCountDown
}
}