1 import Qt 4.7
2
3 QtObject {
4 property variant test1: Qt.fontFamilies(10)
5 property variant test2: Qt.fontFamilies();
6 }