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

import QtQml 2.12

QtObject {
    objectName: "moduleType"
}