summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml
blob: 8bb809ae92eb38ebf9c18fadd9dceb865d01968d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import MediaPlayerStateMachine 1.0

Mediaplayer {
    stateMachine: MediaPlayerStateMachine {
        running: true
    }
}