aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/basic/Calendar.qml
blob: 66d03afc09496847f3ad176611995470150ea07a (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

pragma Singleton

import QtQuick.Templates as T

T.Calendar {}