aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/polish/data/childPolish.qml
blob: 08f5b5bfb6edccc1bc7d48b29a0e8bb9dbad891d (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick 2.0
import Test 1.0

Item {
    CustomItem {}
}