From 3f43e7d58f49e55e97281792d32df1595b0e7464 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Wed, 4 Jul 2012 07:54:43 +0100 Subject: [PATCH] Add references between being/completeCreate in the documentation Change-Id: I14f1c802347c9dad86f3fd7a9e858209a15d34e6 Reviewed-by: Michael Brasser --- src/qml/qml/qqmlcomponent.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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() { -- 2.7.4