aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/welcomepage/mockData/usagestatistics/UsageStatisticModel.qml
blob: 2f730382c3cc59dc85765fe8a87bbd2df6e54a90 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick 2.0

QtObject {
    property bool usageStatisticEnabled: false
    property string version: "3.3.0"
}