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

import Foreign

QRasterWindow {
    id: rasterWindow
}