summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-10-29 00:07:56 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 00:34:34 +0100
commit0d7d5ff5d050537e33bc35d56c5214063821a1a4 (patch)
tree7528cbb09ac9545b34663a99be7e12cbc7b0a4db /src/widgets
parentc3c1faafe63d19039ccab3c5829561ce7a24fdfb (diff)
Doc: Fix miscellaneous typos
Change-Id: Iaf0dd8974c3ad78beffa995c596a76fb3e4cceab Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/itemviews/qabstractitemview.cpp2
-rw-r--r--src/widgets/itemviews/qlistwidget.cpp2
-rw-r--r--src/widgets/itemviews/qtablewidget.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/itemviews/qabstractitemview.cpp b/src/widgets/itemviews/qabstractitemview.cpp
index 726c2704c4..fd704e479b 100644
--- a/src/widgets/itemviews/qabstractitemview.cpp
+++ b/src/widgets/itemviews/qabstractitemview.cpp
@@ -1042,7 +1042,7 @@ QAbstractItemView::SelectionBehavior QAbstractItemView::selectionBehavior() cons
Sets the current item to be the item at \a index.
Unless the current selection mode is
- \l{QAbstractItemView::}{NoSelection}, the item is also be selected.
+ \l{QAbstractItemView::}{NoSelection}, the item is also selected.
Note that this function also updates the starting position for any
new selections the user performs.
diff --git a/src/widgets/itemviews/qlistwidget.cpp b/src/widgets/itemviews/qlistwidget.cpp
index aa1dbf1de3..5040192f31 100644
--- a/src/widgets/itemviews/qlistwidget.cpp
+++ b/src/widgets/itemviews/qlistwidget.cpp
@@ -1456,7 +1456,7 @@ QListWidgetItem *QListWidget::currentItem() const
Sets the current item to \a item.
Unless the selection mode is \l{QAbstractItemView::}{NoSelection},
- the item is also be selected.
+ the item is also selected.
*/
void QListWidget::setCurrentItem(QListWidgetItem *item)
{
diff --git a/src/widgets/itemviews/qtablewidget.cpp b/src/widgets/itemviews/qtablewidget.cpp
index 43b6b62cc1..71034f6165 100644
--- a/src/widgets/itemviews/qtablewidget.cpp
+++ b/src/widgets/itemviews/qtablewidget.cpp
@@ -2125,7 +2125,7 @@ QTableWidgetItem *QTableWidget::currentItem() const
Sets the current item to \a item.
Unless the selection mode is \l{QAbstractItemView::}{NoSelection},
- the item is also be selected.
+ the item is also selected.
\sa currentItem(), setCurrentCell()
*/