diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-04 18:35:37 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-04 18:36:10 (GMT) |
commit | c1eae9d5842c73719d7719cccc4beca55711714d (patch) | |
tree | e0c154e2d9dd3a55d58e4b0d4f9c887f64d03a82 /src/gui/styles/qstyleoption.cpp | |
parent | 77e5de0865f4a3810edc57ef5c8558200215b31c (diff) | |
download | Qt-c1eae9d5842c73719d7719cccc4beca55711714d.zip Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.gz Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.bz2 |
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/styles/qstyleoption.cpp')
-rw-r--r-- | src/gui/styles/qstyleoption.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp index f5a2b94..d73a563 100644 --- a/src/gui/styles/qstyleoption.cpp +++ b/src/gui/styles/qstyleoption.cpp @@ -4736,8 +4736,9 @@ QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2(const QStyleOptionTab QStyleOptionFrame types. If the \a{other} style option's version is 1, this style option's - \l FrameFeature value is set to \l QStyleOptionFrameV2::None. If - its version is 2, its \l FrameFeature value is simply copied to + QStyleOptionFrameV2::FrameFeature value is set to + QStyleOptionFrameV2::None. If its version is 2, its + \l{QStyleOptionFrameV2::}{FrameFeature} value is simply copied to this style option. */ QStyleOptionTabWidgetFrameV2 &QStyleOptionTabWidgetFrameV2::operator=(const QStyleOptionTabWidgetFrame &other) |