summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoOverlay.qml
blob: e664c36d663abb6340bd156ca115b951f9fcd61e (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

SceneOverlay {
    contentType: "video"
}