From 4034eea1ecd1b405363033567f70e62791705c0d Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 12 Feb 2020 11:07:48 +0100 Subject: Remove hard-coded notes for 'Corresponding handler' for QML signals QDoc will generate these notes automatically. Task-number: QTBUG-37355 Change-Id: I8ed058ecbbcc630ad0351f6ce167c3fa61936f6f Reviewed-by: Paul Wicking --- src/qml/qml/qqmlcomponent.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/qml/qml/qqmlcomponent.cpp') diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp index ede2816d5f..9ee4fdbe41 100644 --- a/src/qml/qml/qqmlcomponent.cpp +++ b/src/qml/qml/qqmlcomponent.cpp @@ -249,9 +249,8 @@ V4_DEFINE_EXTENSION(QQmlComponentExtension, componentExtension); execute script code at startup, once the full QML environment has been established. - The corresponding handler is \c onCompleted. It can be declared on - any object. The order of running the \c onCompleted handlers is - undefined. + The \c onCompleted signal handler can be declared on any object. The order + of running the handlers is undefined. \qml Rectangle { @@ -270,9 +269,8 @@ V4_DEFINE_EXTENSION(QQmlComponentExtension, componentExtension); work done in response to the \l {completed}{completed()} signal, or other imperative code in your application. - The corresponding handler is \c onDestruction. It can be declared on - any object. The order of running the \c onDestruction handlers is - undefined. + The \c onDestruction signal handler can be declared on any object. The + order of running the handlers is undefined. \qml Rectangle { -- cgit v1.2.3