From 2e7c9e650c198db898f7f7137d773691dfe9864c Mon Sep 17 00:00:00 2001 From: Angus Cummings Date: Thu, 31 May 2012 11:57:21 +1000 Subject: Renaming the QML overview page There is a requirement that we refer to internal QML groups as 'API' rather than 'plugin' Change-Id: I8dc19435cf3f0d24f714b9840f5b83c6c74f7fa8 Reviewed-by: Michael Goddard --- doc/src/examples/declarative-camera.qdoc | 5 ++--- doc/src/plugins/qml-multimedia.qdoc | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/src/examples/declarative-camera.qdoc b/doc/src/examples/declarative-camera.qdoc index 5f02d855c..7219e85da 100644 --- a/doc/src/examples/declarative-camera.qdoc +++ b/doc/src/examples/declarative-camera.qdoc @@ -35,9 +35,8 @@ or video. \image qml-camera.png -This example demonstrates the basic use of the Camera QML Plugin types. The -plugin provides access to the API functionality for camera settings and -capturing an image. +This example demonstrates how to use the Qt Multimedia QML API to access +camera functions. It shows how to change settings and to capture images. Most of the QML code supports the user interface for this application with the camera types being mostly found in \e {declarative-camera.qml} and diff --git a/doc/src/plugins/qml-multimedia.qdoc b/doc/src/plugins/qml-multimedia.qdoc index 465f3a044..460f08a44 100644 --- a/doc/src/plugins/qml-multimedia.qdoc +++ b/doc/src/plugins/qml-multimedia.qdoc @@ -34,14 +34,14 @@ /*! \page qml-multimedia.html - \title Multimedia QML Plugin + \title Qt Multimedia QML API - \brief A QML plugin for the Qt Multimedia API. + \brief A QML API for the Qt Multimedia module. \section1 Overview - The Qt Multimedia API gives developers a simplified way to use audio and video playback, and access camera functionality. The Multimedia QML Plugin provides a QML friendly interface to these features. + The Qt Multimedia module gives developers a simplified way to use audio and video playback, and access camera functionality. The Multimedia QML API provides a QML friendly interface to these features. \section1 Types -- cgit v1.2.3