Doc: Fix compile-time warnings in Attached Style Properties Example
Fixes: QTBUG-110831 Pick-to: 6.5 Change-Id: Iee931d5595cab1c6fb40b5ddff0596ce6195788a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
c428ca6326
commit
ecdbc277ab
|
@ -1,7 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||
|
||||
import QtQuick
|
||||
import QtQuick.Templates as T
|
||||
|
||||
import MyStyle
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||
|
||||
pragma ComponentBehavior: Bound
|
||||
import QtQuick
|
||||
import QtQuick.Templates as T
|
||||
import MyStyle
|
||||
|
|
Loading…
Reference in New Issue