aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-07-04 15:27:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-04 07:36:55 +0200
commite10706d393937ccf2c2a33920d66617bacc0e5d7 (patch)
tree8e0bdbbf2d850b96de354a1221e0d91bc6801116
parent0d99b1a2302af1e941bb195203bffebf6e17a592 (diff)
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 <christopher.adams@nokia.com>
-rw-r--r--src/qml/qml/qqmlcomponent.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 00d42d7057..0c22382f8d 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);