diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-07-27 08:03:27 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-07-27 08:04:01 (GMT) |
commit | 2ff32a829ca0c8f2781eac0f90d14a0d70755e10 (patch) | |
tree | 2f7ca7f971f52441539cbf6ca8e4e35e385c9a35 /src/gui | |
parent | 8bbe5d242a9534ad29f25f800fcb5b600b3d6750 (diff) | |
download | Qt-2ff32a829ca0c8f2781eac0f90d14a0d70755e10.zip Qt-2ff32a829ca0c8f2781eac0f90d14a0d70755e10.tar.gz Qt-2ff32a829ca0c8f2781eac0f90d14a0d70755e10.tar.bz2 |
Doc - fixed a typo [describles->describes]
Task: 258573
Reviewed-By: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/styles/qstyleoption.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp index 0ff1ccf..7547dda 100644 --- a/src/gui/styles/qstyleoption.cpp +++ b/src/gui/styles/qstyleoption.cpp @@ -657,7 +657,7 @@ QStyleOptionFrameV2 &QStyleOptionFrameV2::operator=(const QStyleOptionFrame &oth /*! \enum QStyleOptionFrameV2::FrameFeature - This enum describles the different types of features a frame can have. + This enum describes the different types of features a frame can have. \value None Indicates a normal frame. \value Flat Indicates a flat frame. @@ -899,7 +899,7 @@ QStyleOptionViewItemV2 &QStyleOptionViewItemV2::operator=(const QStyleOptionView /*! \enum QStyleOptionViewItemV2::ViewItemFeature - This enum describles the different types of features an item can have. + This enum describes the different types of features an item can have. \value None Indicates a normal item. \value WrapText Indicates an item with wrapped text. |