resolving some warnings in qtmultimedia docs

Change-Id: I9df926f64548a5d53382448ca4eef8d428339aa3
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Angus Cummings
2012-03-19 17:32:31 +10:00
committed by Qt by Nokia
parent 8477d735c9
commit 5d6494f248
14 changed files with 30 additions and 31 deletions

View File

@@ -128,7 +128,7 @@ element, the embedded
\section1 Calculating and displaying QML painting rate
\include examples/video-qml-paint-rate.qdocinc
\input examples/video-qml-paint-rate.qdocinc
All that remains is to connect the afterRendering() signal of the QQuickView
object to a JavaScript function, which will eventually call frequencyItem.notify():

View File

@@ -151,7 +151,7 @@ The abstraction of source item type is achieved by the
\printuntil }
\skipto function openVideo
\printuntil "ContentVideo.qml"
\skipto contentLoader.item.source
\skipto contentLoader.item.mediaSource
\printuntil path
\skipto }
\printuntil }
@@ -202,7 +202,7 @@ And here is the effect selection menu:
\section1 Calculating and displaying QML painting rate
\include examples/video-qml-paint-rate.qdocinc
\input examples/video-qml-paint-rate.qdocinc
All that remains is to connect the afterRendering() signal of the QQuickView
object to a JavaScript function, which will eventually call frequencyItem.notify():

View File

@@ -33,7 +33,7 @@ and its data is displayed by defining a QML item called FrequencyItem, like this
\printuntil id: monitor
\skipto onAverageFrequencyChanged
\printuntil {
\skipto instantaneousFrequencyText
\skipto averageFrequencyText
\printuntil /^\}/
The result looks like this:

View File

@@ -110,7 +110,7 @@ void overview_still()
//on shutter button released
camera->unlock();
//! [Camera overview surface]
//! [Camera overview capture]
}
void overview_movie()