diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-18 09:30:23 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-18 09:30:23 (GMT) |
commit | de3093495ed17c3d6353dc413accc77ba54e51d4 (patch) | |
tree | d05fcc6c8a6954dda59374e887be8e9a3e9353af /src/corelib/animation | |
parent | f5a01d1035a0362fb36051f7c0fe5083bdcb3f6f (diff) | |
download | Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.zip Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.tar.gz Qt-de3093495ed17c3d6353dc413accc77ba54e51d4.tar.bz2 |
Doc: Removed mention of QItemAnimation from animation docs and set
QPropertyAnimation as a main class.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/animation')
-rw-r--r-- | src/corelib/animation/qpropertyanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp index a68301c..7526a81 100644 --- a/src/corelib/animation/qpropertyanimation.cpp +++ b/src/corelib/animation/qpropertyanimation.cpp @@ -43,6 +43,7 @@ \class QPropertyAnimation \brief The QPropertyAnimation class animates Qt properties \since 4.6 + \mainclass \ingroup animation QPropertyAnimation interpolates over \l{Qt's Property System}{Qt |