aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsettings/data/categories.qml
blob: a6407f9cb27aab446d5b18e6b216058004bfaaec (plain)
1
2
3
4
5
6
7
8
// 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 {
    category: "initialCategory"
    property string value: "initialValue"
}