blob: 5707f5e08bd1b8e8fab3c5c73b9fc20d36318a83 [file] [log] [blame]
import QtQml 2.0
QtObject {
property string testProperty: "Hello, World"
property int answer: 42
}