aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/bad_qsTr.qml
blob: 3723324a72354cef80a34d2074cb33fc4998c054 (plain)
1
2
3
4
5
import QtQml

QtObject {
    property int i: qsTr("fail")
}