summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativevideooutput.cpp
diff options
context:
space:
mode:
authorAngus Cummings <angus.cummings@nokia.com>2012-04-30 16:49:23 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-16 05:21:25 +0200
commit9e6d03584a097964e5f08c46cd02338b0b043080 (patch)
treed00b2c09412236e387337890bb2260dc2d3741d6 /src/imports/multimedia/qdeclarativevideooutput.cpp
parentfdb5c419c4fb7b1ae0268e496ccdd0ffa03b74ce (diff)
Minor doc fixes for QML
renaming QML element to QML type removing some \fn tags that were making the docs not build some rewording some new signal docs Change-Id: I9b350dad1780276959aef4105e53b91082a6083e Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'src/imports/multimedia/qdeclarativevideooutput.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativevideooutput.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/multimedia/qdeclarativevideooutput.cpp b/src/imports/multimedia/qdeclarativevideooutput.cpp
index 3304ff47b..8562390b7 100644
--- a/src/imports/multimedia/qdeclarativevideooutput.cpp
+++ b/src/imports/multimedia/qdeclarativevideooutput.cpp
@@ -52,13 +52,13 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass VideoOutput QDeclarativeVideoOutput
- \brief The VideoOutput element allows you to render video or camera viewfinder.
+ \brief The VideoOutput type allows you to render video or camera viewfinder.
\ingroup multimedia_qml
\ingroup multimedia_video_qml
\inqmlmodule QtMultimedia 5
- This element is part of the \b{QtMultimedia 5.0} module.
+ \c VideoOutput is part of the \b{QtMultimedia 5.0} module.
\qml
import QtQuick 2.0
@@ -105,7 +105,7 @@ QT_BEGIN_NAMESPACE
If it is likely that an application will be playing video for an extended
period of time without user interaction it may be necessary to disable
- the platform's screen saver. The \l ScreenSaver element (from \l QtSystemInfo)
+ the platform's screen saver. The \l ScreenSaver (from \l QtSystemInfo)
may be used to disable the screensaver in this fashion:
\qml
@@ -411,8 +411,8 @@ void QDeclarativeVideoOutput::setOrientation(int orientation)
This property holds the item coordinates of the area that
would contain video to render. With certain fill modes,
- this rectangle will be larger than the visible area of this
- element.
+ this rectangle will be larger than the visible area of the
+ \c VideoOutput.
This property is useful when other coordinates are specified
in terms of the source dimensions - this applied for relative