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/qmlmodels/qqmlinstantiator.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qmlmodels/qqmlinstantiator.cpp') diff --git a/src/qmlmodels/qqmlinstantiator.cpp b/src/qmlmodels/qqmlinstantiator.cpp index f9d5762f6e..3a0d746eb6 100644 --- a/src/qmlmodels/qqmlinstantiator.cpp +++ b/src/qmlmodels/qqmlinstantiator.cpp @@ -250,8 +250,6 @@ QQmlInstantiator::~QQmlInstantiator() This signal is emitted when an object is added to the Instantiator. The \a index parameter holds the index which the object has been given, and the \a object parameter holds the \l QtObject that has been added. - - The corresponding handler is \c onObjectAdded. */ /*! @@ -263,8 +261,6 @@ QQmlInstantiator::~QQmlInstantiator() Do not keep a reference to \a object if it was created by this Instantiator, as in these cases it will be deleted shortly after the signal is handled. - - The corresponding handler is \c onObjectRemoved. */ /*! \qmlproperty bool QtQml::Instantiator::active -- cgit v1.2.3