From: Laszlo Papp Date: Wed, 4 Jul 2012 06:54:43 +0000 (+0100) Subject: Add references between being/completeCreate in the documentation X-Git-Tag: upstream/5.2.1~1502 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f43e7d58f49e55e97281792d32df1595b0e7464;p=platform%2Fupstream%2Fqtdeclarative.git Add references between being/completeCreate in the documentation Change-Id: I14f1c802347c9dad86f3fd7a9e858209a15d34e6 Reviewed-by: Michael Brasser --- diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp index c8f59c0..768e80f 100644 --- a/src/qml/qml/qqmlcomponent.cpp +++ b/src/qml/qml/qqmlcomponent.cpp @@ -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() {