blob: 655fe4c226aee0911e3e7e3fd772ab57d7b4a18a [file] [log] [blame]
import QtQml 2.0
QtObject {
function notYet() {
var x: string = "ko"
return x
}
}