aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllint/uncreatable-type.qdoc
blob: 05dcb53edc4f17e8983d50dfa5ced2f7d20a5292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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-uncreatable-type.html
\ingroup qmllint-warnings-and-errors

\title uncreatable-type
\brief BRIEF

\section1 uncreatable-type

\section2 What happened?
TODO

\section2 Why is this bad?
TODO

\section2 Example
\qml
\endqml
You can fix this warning by TODO
\qml
\endqml
*/