Disable the AO gpuTimer pending cpp fix

This commit is contained in:
Zach Pomerantz 2016-02-08 12:34:45 -08:00
parent 86412c1890
commit 9c5881345a

View file

@ -16,15 +16,16 @@ Item {
height: 200 height: 200
property QtObject config: Render.getConfig("AmbientOcclusion") property QtObject config: Render.getConfig("AmbientOcclusion")
Timer { // TODO: Enable the gpuTimer when it is fixed in cpp
interval: 500 // Timer {
running: true // interval: 500
repeat: true // running: true
onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) } // repeat: true
} // onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) }
// }
// Label { id: timer; x: 140 }
Label { text: qsTr("Ambient Occlusion") } Label { text: qsTr("Ambient Occlusion") }
Label { id: timer; x: 140 }
CheckBox { CheckBox {
y: 1 * 25 y: 1 * 25