Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlmetaobject / data / property.alias.3.qml
1 import QtQuick 2.0
2
3 Text {
4     id: me
5     font.family: "Arial"
6     property alias test: me.font.family
7 }