2022-05-13 13:12:05 +00:00
|
|
|
// Copyright (C) 2017 The Qt Company Ltd.
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2016-10-06 12:34:51 +00:00
|
|
|
|
2022-08-31 07:59:05 +00:00
|
|
|
import QtQuick
|
2016-10-06 12:34:51 +00:00
|
|
|
|
|
|
|
Text {
|
|
|
|
SystemPalette { id: palette }
|
|
|
|
color: palette.text
|
|
|
|
}
|