From 4c0e4e15362c65d52b7f0e8f7a9e9576b45010e8 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Tue, 18 Mar 2014 21:43:08 +0800 Subject: Doc: Document signals (not handlers) under \qmlsignal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Append the handler names to the end of the corresponding signal doc. Task-number: QTBUG-35846 Change-Id: I325cdab75ef18a19c9f29d6333039c31baa8daf6 Reviewed-by: Jerome Pasion Reviewed-by: Jędrzej Nowacki --- src/imports/audioengine/qdeclarative_audiosample_p.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/imports/audioengine/qdeclarative_audiosample_p.cpp') diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp index 7d1ca0926..ee093e97b 100644 --- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp +++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp @@ -237,9 +237,11 @@ QSoundBuffer* QDeclarativeAudioSample::soundBuffer() const } /*! - \qmlsignal QtAudioEngine::AudioSample::onLoadedChanged() + \qmlsignal QtAudioEngine::AudioSample::loadedChanged() - This handler is called when \l loaded is changed + This signal is emitted when \l loaded is changed + + The corresponding handler is \c onLoadedChanged. */ -- cgit v1.2.3