aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-07-04 07:54:43 +0100
committerQt by Nokia <qt-info@nokia.com>2012-07-05 03:33:02 +0200
commit3f43e7d58f49e55e97281792d32df1595b0e7464 (patch)
tree704316cd3b36afcc0898c00b38c5b11860b7f254
parent422033971f5d74b8ed7dcf3492379403d4d0eb3d (diff)
Add references between being/completeCreate in the documentation
Change-Id: I14f1c802347c9dad86f3fd7a9e858209a15d34e6 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
-rw-r--r--src/qml/qml/qqmlcomponent.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index c8f59c0055..768e80f82f 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()
{