aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qqmlsettings/data/basic.qml
blob: 2c395b56e3c690f4031670ce60124fd9533ceedf (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 QtQml
import QtCore

Settings {
    property bool success: true
}