aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/ModuleType.qml
blob: 083e8f2e7cbf823381fea29994568a0c2ef9d881 (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

import QtQml 2.12

QtObject {
    objectName: "moduleType"
}