summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-11-14 14:55:51 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-14 19:03:22 +0100
commitc8751b3d84a5ba25effb88946fc56d989c5fa10a (patch)
tree98e5033e3b1032ca5982d8c835ea35e34f1522d6 /src/corelib/doc/src
parentacd06b6ef6c65d1e6a53f551895194512901f595 (diff)
Doc: Corrected brief statement for overview page
Task-number: QTBUG-42682 Change-Id: I28afbb8b09d5568f3fae29fdfc5a3d15376b72de Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/animation.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/doc/src/animation.qdoc b/src/corelib/doc/src/animation.qdoc
index 6910b18937..5839d42a39 100644
--- a/src/corelib/doc/src/animation.qdoc
+++ b/src/corelib/doc/src/animation.qdoc
@@ -27,6 +27,7 @@
/*!
\group animation
+ \brief Provides an easy way for creating animated GUIs.
\title Animation Framework
This page lists classes belonging to \l{Qt Core}'s
@@ -46,7 +47,7 @@
\keyword Animation
The animation framework aims to provide an easy way for creating animated
- and smooth GUI's. By animating Qt properties, the framework provides great
+ and smooth GUIs. By animating Qt properties, the framework provides great
freedom for animating widgets and other \l{QObject}s. The framework can
also be used with the Graphics View framework. Many of the concepts
available in the animation framework are also available in \l{Qt Quick},