aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/qml/qqmlcomponent.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 679e54c122..bc9669c987 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -783,7 +783,7 @@ QObject *QQmlComponent::create(QQmlContext *context)
}
/*!
- This method provides more advanced control over component instance creation.
+ This method provides advanced control over component instance creation.
In general, programmers should use QQmlComponent::create() to create a
component.
@@ -932,11 +932,12 @@ void QQmlComponentPrivate::complete(QQmlEnginePrivate *enginePriv, ConstructionS
}
/*!
- This method provides more advanced control over component instance creation.
+ This method provides advanced control over component instance creation.
In general, programmers should use QQmlComponent::create() to create a
component.
- Complete a component creation begin with QQmlComponent::beginCreate().
+ This function completes the component creation begun with QQmlComponent::beginCreate()
+ and must be called afterwards.
\sa beginCreate()
*/