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
prefixed-import-type.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-prefixed-import-type.html
6\ingroup qmllint-warnings-and-errors
7
8\title prefixed-import-type
9\brief BRIEF
10
11\qmllintwarningcategory prefixed-import-type
12
13\section1 prefixed-import-type
14
15\section2 What happened?
16TODO
17
18\section2 Why is this bad?
19TODO
20
21\section2 Example
22\qml
23\endqml
24You can fix this warning by TODO
25\qml
26\endqml
27*/