blob: 6aa8480365f964877d8666153abf2f616d07691a [file] [log] [blame]
import QtQuick 2.0
QtObject {
property bool runTest: false
onRunTestChanged: test1 = undefined
property variant test1: 10
property variant test2: (runTest == false)?11:undefined
}