aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllint/deprecated.qdoc
blob: 311796871a61b53cb4da3804313ec087d223236e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\page qmllint-warnings-and-errors-deprecated.html
\ingroup qmllint-warnings-and-errors

\title Deprecated
\brief A deprecated property or type was used.

\section1 Deprecated Binding or Type

\section2 What happened?
A deprecated type was instantiated, a deprecated property was used or a deprecated method was
called.

\section2 Why is this bad?
Types, properties and methods can be deprecated for different reasons, please refer to the
documentation of the deprecated item to find out why they were deprecated.

You can fix the deprecation warning by following the advice on the deprecation notice in the
documentation of the deprecated item.
*/