diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
commit | 1fd67315f52dd59667d940057d97f6f7a5ec20d0 (patch) | |
tree | 042ffe06fc8555083d70f12984171f8f24e7840e /src/corelib | |
parent | ff5cf254eb5815460c0a14a0c7f7b077f308e56f (diff) | |
download | Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.zip Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.gz Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.bz2 |
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/animation/qanimationgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qanimationgroup.cpp b/src/corelib/animation/qanimationgroup.cpp index 03573bb..c4066ce 100644 --- a/src/corelib/animation/qanimationgroup.cpp +++ b/src/corelib/animation/qanimationgroup.cpp @@ -41,7 +41,7 @@ /*! \class QAnimationGroup - \brief The QAnimationGroup is an abstract base class for group of animations. + \brief The QAnimationGroup class is an abstract base class for group of animations. \since 4.5 \ingroup animation \preliminary |