aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsettings/data/basic.qml
blob: 64520b33f2a88c8af5d98cf45880b221ca4886f5 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import Qt.labs.settings 1.0

Settings {
    property bool success: true
}