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 <michael.goddard@nokia.com>
This commit is contained in:
Angus Cummings
2012-05-31 11:57:21 +10:00
committed by Qt by Nokia
parent e063610527
commit 2e7c9e650c
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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