Add references between being/completeCreate in the documentation
authorLaszlo Papp <lpapp@kde.org>
Wed, 4 Jul 2012 06:54:43 +0000 (07:54 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jul 2012 01:33:02 +0000 (03:33 +0200)
Change-Id: I14f1c802347c9dad86f3fd7a9e858209a15d34e6
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/qml/qml/qqmlcomponent.cpp

index c8f59c0..768e80f 100644 (file)
@@ -798,6 +798,8 @@ QObject *QQmlComponent::create(QQmlContext *context)
     This breaking point is sometimes useful when using attached properties to
     communicate information to an instantiated component, as it allows their
     initial values to be configured before property bindings take effect.
+
+    \sa completeCreate()
 */
 QObject *QQmlComponent::beginCreate(QQmlContext *publicContext)
 {
@@ -915,6 +917,8 @@ void QQmlComponentPrivate::complete(QQmlEnginePrivate *enginePriv, ConstructionS
     component.
 
     Complete a component creation begin with QQmlComponent::beginCreate().
+
+    \sa beginCreate()
 */
 void QQmlComponent::completeCreate()
 {