summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qcameraimageprocessingcontrol.cpp
diff options
context:
space:
mode:
authorJeff Tranter <jtranter@ics.com>2014-01-02 13:36:12 -0500
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-07 13:22:07 +0100
commita0d39a2ab6c94cdb59a8009611669304372915e6 (patch)
treecaeece6d44014a34d3d5bd73f1fc898ef924e389 /src/multimedia/controls/qcameraimageprocessingcontrol.cpp
parenteb84c34c2bb45a9864299288c81b95edcd339db1 (diff)
Fix some typos in documentation.
Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code. Change-Id: Ieb7be17bd1d50751f00620f7ac28d09355856ac0 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Diffstat (limited to 'src/multimedia/controls/qcameraimageprocessingcontrol.cpp')
-rw-r--r--src/multimedia/controls/qcameraimageprocessingcontrol.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/controls/qcameraimageprocessingcontrol.cpp b/src/multimedia/controls/qcameraimageprocessingcontrol.cpp
index 7b2e3bbac..f9cb8c86f 100644
--- a/src/multimedia/controls/qcameraimageprocessingcontrol.cpp
+++ b/src/multimedia/controls/qcameraimageprocessingcontrol.cpp
@@ -120,8 +120,8 @@ QCameraImageProcessingControl::~QCameraImageProcessingControl()
Returns true if the camera supports adjusting image processing \a parameter.
- Usually the the supported settings is static,
- but some parameter may not be available depending on other
+ Usually the supported setting is static,
+ but some parameters may not be available depending on other
camera settings, like presets.
In such case the currently supported parameters should be returned.
*/
@@ -129,7 +129,7 @@ QCameraImageProcessingControl::~QCameraImageProcessingControl()
/*!
\fn bool QCameraImageProcessingControl::isParameterValueSupported(ProcessingParameter parameter, const QVariant &value) const
- Returns true if the camera supports settings the the image processing \a parameter \a value.
+ Returns true if the camera supports setting the image processing \a parameter \a value.
It's used only for parameters with a limited set of values, like WhiteBalancePreset.
*/