aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-12 10:42:02 +0100
committerAlejandro Exojo Piqueras <suy@badopi.org>2014-12-12 14:28:04 +0100
commit1321b366b05784a38b82fa1312c83fec6f979ace (patch)
treebbc652e241a6835a5ace4d5a988b82125ee23d76
parent00f04d97829864b56e9468ed49d0a4ae09d95569 (diff)
Mark qmlRegisterCustomExtendedType as \internal
The function was added in 5.4, but it makes use of QQmlCustomParser, which at the moment is private API. This way Qt3D or bleeding edge users can still use the function, while keeping freedom to change QQmlCustomParser. Since 5.4.0 had the typo in the \relates, users won't see a change from 5.4.0 to 5.4.1. Change-Id: I7f791f5b39e2a2c9fc83f4c450e6da9eec5b5e46 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index 6b0f9dba10..108b99277f 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -198,6 +198,7 @@
/*!
\fn int qmlRegisterCustomExtendedType(const char *uri, int versionMajor, int versionMinor, const char *qmlName, QQmlCustomParser *parser)
\relates QQmlEngine
+ \internal
This template function registers the C++ type and its extension
in the QML system with the name \a qmlName in the library imported