diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-05-20 10:58:57 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-05-20 10:58:57 (GMT) |
commit | 87f51bd2526130f1b3c79d59aec89fe078094d68 (patch) | |
tree | d67a38ea8fd850fdbb6b00e60be4c62c7850d13a /src/corelib/animation/qvariantanimation.cpp | |
parent | 74ca1734cd6c69e7827a7a66b0c0db5face7752f (diff) | |
download | Qt-87f51bd2526130f1b3c79d59aec89fe078094d68.zip Qt-87f51bd2526130f1b3c79d59aec89fe078094d68.tar.gz Qt-87f51bd2526130f1b3c79d59aec89fe078094d68.tar.bz2 |
update the qdoc tags (\since 4.6, remove \preliminary)
Diffstat (limited to 'src/corelib/animation/qvariantanimation.cpp')
-rw-r--r-- | src/corelib/animation/qvariantanimation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/animation/qvariantanimation.cpp b/src/corelib/animation/qvariantanimation.cpp index 864575a..a6834bb 100644 --- a/src/corelib/animation/qvariantanimation.cpp +++ b/src/corelib/animation/qvariantanimation.cpp @@ -56,8 +56,7 @@ QT_BEGIN_NAMESPACE \class QVariantAnimation \ingroup animation \brief The QVariantAnimation class provides an abstract base class for animations. - \since 4.5 - \preliminary + \since 4.6 This class is part of \l{The Animation Framework}. It serves as a base class for property and item animations, with functions for |