Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 [deprecated] A deprecated property or type was used.
10
11\qmllintwarningcategory deprecated
12
13\section1 Deprecated binding or type
14
15\section2 What happened?
16A deprecated type was instantiated, a deprecated property was used or a deprecated method was
17called.
18
19\section2 Why is this bad?
20Types, properties and methods can be deprecated for different reasons, please refer to the
21documentation of the deprecated item to find out why they were deprecated.
22
23You can fix the deprecation warning by following the advice on the deprecation notice in the
24documentation of the deprecated item.
25*/