aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsettings/data/basic.qml
blob: ce02d65a87a0decf064632962b1343630d747839 (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 WITH Qt-GPL-exception-1.0
import Qt.labs.settings 1.0

Settings {
    property bool success: true
}