aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/completions/quickcontrols_and_quicktemplates/qualifiedTypesCompletion.qml
blob: 50bc0976c8794879fe6bc0ecee21acd5d5c5a584 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick
import QtQuick.Controls
import QtQuick.Templates as T

Item {
    T.Button {}
    function f(x: T.Button) {}
}