aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-05-10 10:06:36 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-11 09:37:55 +0000
commit922edbb930a46712c06638db246d58262c34f318 (patch)
treed7c5c3e74f414c741a5c49ff66f3feb3354806d7 /src/qml/doc/src
parenta9d26f91c91d7962a786b5e242f3ac18c17ed19d (diff)
Doc: Remove documentation for qmlRegisterType() with no arguments
This function has been removed. Change-Id: I10a0b268313c6dbbaf27e66ee0e3a49aae87a531 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> (cherry picked from commit 0d7e9d95cbfda42e45a484046280f17d5b16df38) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index f48a5f475b..92d9bdec49 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -730,16 +730,6 @@
*/
/*!
- \fn int qmlRegisterType()
- \relates QQmlEngine
- \overload
- \deprecated
-
- Do not use this function. For anonymous type registrations, use \l qmlRegisterAnonymousType(),
- and make sure to provide a URI and a major version.
-*/
-
-/*!
\fn int qmlRegisterInterface(const char *typeName)
\relates QQmlEngine