import Qt 4.7

QtObject {
    property variant test1: Qt.fontFamilies(10)
    property variant test2: Qt.fontFamilies();
}