From 922edbb930a46712c06638db246d58262c34f318 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 10 May 2021 10:06:36 +0200 Subject: Doc: Remove documentation for qmlRegisterType() with no arguments This function has been removed. Change-Id: I10a0b268313c6dbbaf27e66ee0e3a49aae87a531 Reviewed-by: Fabian Kosmale Reviewed-by: Andrei Golubev (cherry picked from commit 0d7e9d95cbfda42e45a484046280f17d5b16df38) Reviewed-by: Qt Cherry-pick Bot --- src/qml/doc/src/qmlfunctions.qdoc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/qml/doc/src/qmlfunctions.qdoc') 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 @@ -729,16 +729,6 @@ \sa QML_ANONYMOUS, {Choosing the Correct Integration Method Between C++ and QML} */ -/*! - \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 -- cgit v1.2.3