summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-06-20 05:49:57 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-20 08:24:42 (GMT)
commit03eee230574c64a9887b3e562b501f21152e0a7b (patch)
tree88b1266cbbcbb82deb81ce9e8b9f2713fb5432b6 /src
parent169d0b9c4d0ce4738ca7e945bdb08e5647b5689a (diff)
downloadQt-03eee230574c64a9887b3e562b501f21152e0a7b.zip
Qt-03eee230574c64a9887b3e562b501f21152e0a7b.tar.gz
Qt-03eee230574c64a9887b3e562b501f21152e0a7b.tar.bz2
Doc: remove the duplicate for in QStyle documentation
Task-number: QTBUG-31739 (cherry picked from commit 0a55499c9af9a4b0a98a12a8aba82c3764fa5994) Change-Id: I1d2d1bb5ca7a19a8c42f11e944e8339e56df6e4b Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/styles/qstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qstyle.cpp b/src/gui/styles/qstyle.cpp
index 8a5b1a9..558153f 100644
--- a/src/gui/styles/qstyle.cpp
+++ b/src/gui/styles/qstyle.cpp
@@ -288,7 +288,7 @@ static int unpackControlTypes(QSizePolicy::ControlTypes controls, QSizePolicy::C
\section1 Styles in Item Views
The painting of items in views is performed by a delegate. Qt's
- default delegate, QStyledItemDelegate, is also used for for calculating bounding
+ default delegate, QStyledItemDelegate, is also used for calculating bounding
rectangles of items, and their sub-elements for the various kind
of item \l{Qt::ItemDataRole}{data roles}
QStyledItemDelegate supports. See the QStyledItemDelegate class