summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2016-04-26 16:59:37 +0100
committerSérgio Martins <iamsergio@gmail.com>2016-04-28 23:05:38 +0000
commit31915a1805d61c512fad57585315a895d4543e51 (patch)
treec430fa499ce72401f3d4b4d18e60416173b88deb /src/widgets/styles
parent1b21170faaf0127b254d1a84a520a08a4d5d8b82 (diff)
qstyle: Make image description match the image.
The image shows 9 combo boxes, not 8. Change-Id: If229332e1708f624ad9f50fab0b78c011d94f31e Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Diffstat (limited to 'src/widgets/styles')
-rw-r--r--src/widgets/styles/qstyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp
index 4a601ba871..97ed8eec3d 100644
--- a/src/widgets/styles/qstyle.cpp
+++ b/src/widgets/styles/qstyle.cpp
@@ -151,10 +151,10 @@ static int unpackControlTypes(QSizePolicy::ControlTypes controls, QSizePolicy::C
Qt's built-in widgets use QStyle to perform nearly all of their
drawing, ensuring that they look exactly like the equivalent
- native widgets. The diagram below shows a QComboBox in eight
+ native widgets. The diagram below shows a QComboBox in nine
different styles.
- \image qstyle-comboboxes.png Eight combo boxes
+ \image qstyle-comboboxes.png Nine combo boxes
Topics: