summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyle.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-06-18 09:11:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-19 20:03:12 +0200
commit0a55499c9af9a4b0a98a12a8aba82c3764fa5994 (patch)
treebe0502f65ea62e4f38bf983fc98f71ce2c8b6756 /src/widgets/styles/qstyle.cpp
parent60a5a56359670c276aa6810a1b595c42e9e81a73 (diff)
Doc: remove the duplicate for in QStyle documentation
Task-number: QTBUG-31739 Change-Id: I72ad52da7d7e6899148a91d22266e79dd3184d4c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/styles/qstyle.cpp')
-rw-r--r--src/widgets/styles/qstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qstyle.cpp b/src/widgets/styles/qstyle.cpp
index 603d0e50a5..dccc9ff3ce 100644
--- a/src/widgets/styles/qstyle.cpp
+++ b/src/widgets/styles/qstyle.cpp
@@ -351,7 +351,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