Fixed the QDoc errors related to \qmlproperty usage
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>
Thu, 19 Jul 2012 13:41:31 +0000 (15:41 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 05:58:20 +0000 (07:58 +0200)
Change-Id: Ie4d5f8698fe8a1a774fd8f0bb127c20fc63a14e3
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
src/imports/audioengine/qdeclarative_audiosample_p.cpp
src/imports/multimedia/qdeclarativecamerarecorder.cpp

index 9c98f2e..d56f846 100644 (file)
@@ -146,7 +146,7 @@ bool QDeclarativeAudioSample::isPreloaded() const
 }
 
 /*!
-    \qmlproperty bool QtAudioEngine1::AudioSample::isLoaded
+    \qmlproperty bool QtAudioEngine1::AudioSample::loaded
 
     This property holds indicates whether this sample has been loaded into memory or not.
 */
index 48cc1e2..5274249 100644 (file)
@@ -98,7 +98,7 @@ QDeclarativeCameraRecorder::~QDeclarativeCameraRecorder()
 }
 
 /*!
-    \qmlproperty size QtMultimedia5::CameraRecorder::captureResolution
+    \qmlproperty size QtMultimedia5::CameraRecorder::resolution
 
     The video frame dimensions to use when capturing
     video.