summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/scxmlqmlcpp/data/stateMachineLoader.qml
blob: 4014a6bb84fd81232d1560d4f8ac167980cc9dba (plain)
1
2
3
4
5
6
7
8
import QtQuick
import QtScxml

Item {
    StateMachineLoader {
        objectName: 'sml'
    }
}