aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/ModuleType.qml
blob: d7e5e653c1aa5462bb5eb9a91436e38190bc0661 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQml

QtObject {
    objectName: "moduleType"
}