summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-11-13 13:29:55 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-11-13 13:29:55 (GMT)
commit38a1e5345bc4aa1282ac42b14813a7a37a372df9 (patch)
tree2a872976bda69543d9f3810aaebd5d7c14a2ea76 /src
parent5b32561d9047948a67fdc1988c547320a3e617a7 (diff)
downloadQt-38a1e5345bc4aa1282ac42b14813a7a37a372df9.zip
Qt-38a1e5345bc4aa1282ac42b14813a7a37a372df9.tar.gz
Qt-38a1e5345bc4aa1282ac42b14813a7a37a372df9.tar.bz2
Doc: fix typo.
Fixes: QTBUG-5146
Diffstat (limited to 'src')
-rw-r--r--src/gui/itemviews/qtablewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qtablewidget.cpp b/src/gui/itemviews/qtablewidget.cpp
index 21c4e0a..d9b8346 100644
--- a/src/gui/itemviews/qtablewidget.cpp
+++ b/src/gui/itemviews/qtablewidget.cpp
@@ -2458,7 +2458,7 @@ const QTableWidgetItem *QTableWidget::itemPrototype() const
The table widget will use the item prototype clone function when it needs
to create a new table item. For example when the user is editing
- editing in an empty cell. This is useful when you have a QTableWidgetItem
+ in an empty cell. This is useful when you have a QTableWidgetItem
subclass and want to make sure that QTableWidget creates instances of
your subclass.