Mark QQmlComponent::createObject() and incubateObject() as internal
authorMartin Jones <martin.jones@nokia.com>
Wed, 4 Jul 2012 05:27:31 +0000 (15:27 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jul 2012 05:36:55 +0000 (07:36 +0200)
These functions are for use in QML Component.  They are not part of
the C++ API.

Change-Id: I92743a3b31c2864976756e2d6d76c9057aee9c1d
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/qml/qml/qqmlcomponent.cpp

index 00d42d7..0c22382 100644 (file)
@@ -1104,6 +1104,10 @@ static void QQmlComponent_setQmlParent(QObject *me, QObject *parent)
 
     \sa incubateObject()
 */
+
+/*!
+    \internal
+*/
 void QQmlComponent::createObject(QQmlV8Function *args)
 {
     Q_D(QQmlComponent);
@@ -1220,6 +1224,9 @@ void QQmlComponent::createObject(QQmlV8Function *args)
     \sa createObject()
 */
 
+/*!
+    \internal
+*/
 void QQmlComponent::incubateObject(QQmlV8Function *args)
 {
     Q_D(QQmlComponent);