Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
deprecated.qdoc
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qmllint-warnings-and-errors-deprecated.html
6\ingroup qmllint-warnings-and-errors
7
8\title Deprecated
9\brief A deprecated property or type was used.
10
11\section1 Deprecated Binding or Type
12
13\section2 What happened?
14A deprecated type was instantiated, a deprecated property was used or a deprecated method was
15called.
16
17\section2 Why is this bad?
18Types, properties and methods can be deprecated for different reasons, please refer to the
19documentation of the deprecated item to find out why they were deprecated.
20
21You can fix the deprecation warning by following the advice on the deprecation notice in the
22documentation of the deprecated item.
23*/