aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/GenericView.qml
blob: 2a708d425d34bf14ae07496a759bae5e5dae4d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 Canonical Limited and/or its subsidiary(-ies).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQuick 2.0
import Slow 1.0

Item {
    Rectangle {
        color: "red"
        width: 100
        height: 100
    }
    SlowStuff {

    }
}