Doc: fix two typos

Change-Id: I5f417384ce75d8dc2063f92d0116f516f261e4aa
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Zhang Xingtao
2014-03-25 23:22:57 +08:00
committed by The Qt Project
parent 4aeda4943e
commit 9c3e685352
2 changed files with 2 additions and 2 deletions

View File

@@ -1188,7 +1188,7 @@ void QDeclarativeAudio::_q_statusChanged()
} }
VideoOutput { VideoOutput {
anchors: parent.fill anchors.fill: parent
source: mediaplayer source: mediaplayer
} }

View File

@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
settings and metadata for videos. settings and metadata for videos.
It should not be constructed separately, instead the It should not be constructed separately, instead the
\c videRecorder property of a \l Camera should be used. \c videoRecorder property of a \l Camera should be used.
\qml \qml
Camera { Camera {