aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/GenericSceneItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/GenericSceneItem.qml')
-rw-r--r--examples/qml/dynamicscene/GenericSceneItem.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/qml/dynamicscene/GenericSceneItem.qml b/examples/qml/dynamicscene/GenericSceneItem.qml
deleted file mode 100644
index 5ff3760bb7..0000000000
--- a/examples/qml/dynamicscene/GenericSceneItem.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-import QtQuick
-
-Image {
- property bool created: false
- property string image
-
- source: image
-
-}