aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);