diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:11:12 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:11:55 (GMT) |
commit | 934ebd5994754e7c304b7cad8d3907b78d31b9b0 (patch) | |
tree | 97ebdaad8be122f84f9ada4452d5395c903b82c8 | |
parent | 8c468a5d8130a974edd803cb58f67e405c938a83 (diff) | |
download | Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.zip Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.tar.gz Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.tar.bz2 |
doc: Fixed qdoc errors.
-rw-r--r-- | src/corelib/animation/qabstractanimation.cpp | 2 | ||||
-rw-r--r-- | src/gui/styles/qstyleoption.cpp | 13 |
2 files changed, 11 insertions, 4 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp index be99b3b..ef4989b 100644 --- a/src/corelib/animation/qabstractanimation.cpp +++ b/src/corelib/animation/qabstractanimation.cpp @@ -665,7 +665,7 @@ int QAbstractAnimation::currentLoopTime() const The animation's current time starts at 0, and ends at totalDuration(). - \sa loopCount, currentLoopTime + \sa loopCount, currentLoopTime() */ int QAbstractAnimation::currentTime() const { diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp index d73a563..9188ee0 100644 --- a/src/gui/styles/qstyleoption.cpp +++ b/src/gui/styles/qstyleoption.cpp @@ -4713,10 +4713,17 @@ QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2(int version) } +/*! \fn QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2 &other) + Constructs a QStyleOptionTabWidgetFrameV2 copy of the \a other style option. + + If the \a other style option's version is 1, the new style option's \l + selectedTabRect and tabBarRect will contain null rects + + \sa version +*/ + /*! - Constructs a QStyleOptionTabWidgetFrameV2 copy of the \a other style option - which can be either of the QStyleOptionTabWidgetFrameV2 or - QStyleOptionTabWidgetFrame types. + Constructs a QStyleOptionTabWidgetFrameV2 copy of the \a other style option. If the \a other style option's version is 1, the new style option's \l selectedTabRect and tabBarRect will contain null rects |