From 39c22f60488ff13289cdd9d94ed3eb709247a9b4 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 30 Jul 2009 17:43:49 +1000 Subject: Revert "qdoc: Fixed some qdoc errors." This reverts commit 04e30e3cc165b2617b223fff64248080fdf66707. Conflicts: doc/src/qnamespace.qdoc src/corelib/animation/qvariantanimation.cpp --- src/corelib/animation/qvariantanimation.cpp | 2 +- src/gui/widgets/qbuttongroup.cpp | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/corelib/animation/qvariantanimation.cpp b/src/corelib/animation/qvariantanimation.cpp index 4548a31..fdd98c2 100644 --- a/src/corelib/animation/qvariantanimation.cpp +++ b/src/corelib/animation/qvariantanimation.cpp @@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE setStartValue() and setEndValue(), and finally call start() to start the animation. QVariantAnimation will interpolate the property of the target object and emit valueChanged(). To react to - a change in the current value you have to implement the + a change in the current value you have to reimplement the updateCurrentValue() virtual function. It is also possible to set values at specified steps situated diff --git a/src/gui/widgets/qbuttongroup.cpp b/src/gui/widgets/qbuttongroup.cpp index 3e91aad..d7c4e73 100644 --- a/src/gui/widgets/qbuttongroup.cpp +++ b/src/gui/widgets/qbuttongroup.cpp @@ -178,10 +178,11 @@ /*! \fn void QButtonGroup::addButton(QAbstractButton *button); - Adds the given \a button to the end of the group's internal list of buttons. - An \a id will be assigned to the button by this QButtonGroup. Automatically - assigned ids are guaranteed to be negative, starting with -2. If you are also - assigning your own ids, use positive values to avoid conflicts. + Adds the given \a button to the end of the group's internal list + of buttons. An id will be assigned to the button by this + QButtonGroup. Automatically assigned ids are guaranteed to be + negative, starting with -2. If you are also assigning your own + ids, use positive values to avoid conflicts. \sa removeButton() buttons() */ -- cgit v0.12