resolving some warnings in qtmultimedia docs
Change-Id: I9df926f64548a5d53382448ca4eef8d428339aa3 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
8477d735c9
commit
5d6494f248
@@ -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():
|
||||
|
||||
@@ -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():
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -110,7 +110,7 @@ void overview_still()
|
||||
|
||||
//on shutter button released
|
||||
camera->unlock();
|
||||
//! [Camera overview surface]
|
||||
//! [Camera overview capture]
|
||||
}
|
||||
|
||||
void overview_movie()
|
||||
|
||||
Reference in New Issue
Block a user