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/qmlworkerscript/qquickworkerscript.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qmlworkerscript/qquickworkerscript.cpp') diff --git a/src/qmlworkerscript/qquickworkerscript.cpp b/src/qmlworkerscript/qquickworkerscript.cpp index 0bdbbabadc..20294d7ba7 100644 --- a/src/qmlworkerscript/qquickworkerscript.cpp +++ b/src/qmlworkerscript/qquickworkerscript.cpp @@ -636,8 +636,6 @@ void QQuickWorkerScript::componentComplete() This signal is emitted when a message \a msg is received from a worker script in another thread through a call to sendMessage(). - - The corresponding handler is \c onMessage. */ bool QQuickWorkerScript::event(QEvent *event) -- cgit v1.2.3