aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-09-19 14:55:34 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2017-09-19 15:58:45 +0000
commit45ce39000d690cf7d2bc757d81977309b19c6bc7 (patch)
treea9429215431fdf4df9acfb411bd88a4f313e8695
parent1ecb50943b017f7dcf07ab51127a599eb152f368 (diff)
Remove extra character in documentation
Fixes the string: Note: This effect is available when running with OpenGL. s Change-Id: I82fb3f12f3d64832d7e201bc41c1f64c3ac6bc2a Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/effects/Colorize.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/Colorize.qml b/src/effects/Colorize.qml
index 77078ef..d115e93 100644
--- a/src/effects/Colorize.qml
+++ b/src/effects/Colorize.qml
@@ -68,7 +68,7 @@ import QtGraphicalEffects.private 1.0
\endtable
\note This effect is available when running with OpenGL.
- s
+
\section1 Example
The following example shows how to apply the effect.