aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/component.8.qml
blob: bc7adb6b621307286d7f79cc451555f6de0b9f2e (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    Component {
        signal a
        QtObject {}
    }
}