From: Martin Jones Date: Wed, 4 Jul 2012 05:27:31 +0000 (+1000) Subject: Mark QQmlComponent::createObject() and incubateObject() as internal X-Git-Tag: upstream/5.2.1~1512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e10706d393937ccf2c2a33920d66617bacc0e5d7;p=platform%2Fupstream%2Fqtdeclarative.git Mark QQmlComponent::createObject() and incubateObject() as internal These functions are for use in QML Component. They are not part of the C++ API. Change-Id: I92743a3b31c2864976756e2d6d76c9057aee9c1d Reviewed-by: Chris Adams --- diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp index 00d42d7..0c22382 100644 --- a/src/qml/qml/qqmlcomponent.cpp +++ b/src/qml/qml/qqmlcomponent.cpp @@ -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);