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

import QtQuick

Text {
    font.fa
}