Doc: remove the duplicate for in QStyle documentation

Task-number: QTBUG-31739
Change-Id: I72ad52da7d7e6899148a91d22266e79dd3184d4c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Liang Qi 2013-06-18 09:11:33 +02:00 committed by The Qt Project
parent 60a5a56359
commit 0a55499c9a

View File

@ -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