1 import Qt 4.7
2
3 QtObject {
4 function testFunction() { return 19; }
5 function testFunction2() { return 18; }
6 }