summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml')
-rw-r--r--examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml b/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml
deleted file mode 100644
index 8bb809a..0000000
--- a/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-// 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
- }
-}