diff options
author | Andy Shaw <qt-info@nokia.com> | 2009-05-20 07:37:55 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2009-05-20 07:37:55 (GMT) |
commit | 6526b67bb64cc9d4db081101a5eb4a5c6f7c2456 (patch) | |
tree | dfcb4d0ffd42f43ee5caf81c182085b3c712f2df /src/gui/itemviews | |
parent | 96fbcbfe543e609cc6c244f605c8b7c9b51be535 (diff) | |
download | Qt-6526b67bb64cc9d4db081101a5eb4a5c6f7c2456.zip Qt-6526b67bb64cc9d4db081101a5eb4a5c6f7c2456.tar.gz Qt-6526b67bb64cc9d4db081101a5eb4a5c6f7c2456.tar.bz2 |
Fix a typo in the class documentation for QItemDelegate
Diffstat (limited to 'src/gui/itemviews')
-rw-r--r-- | src/gui/itemviews/qitemdelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qitemdelegate.cpp b/src/gui/itemviews/qitemdelegate.cpp index bf9b5c5..3b7eb2d 100644 --- a/src/gui/itemviews/qitemdelegate.cpp +++ b/src/gui/itemviews/qitemdelegate.cpp @@ -218,7 +218,7 @@ QSizeF QItemDelegatePrivate::doTextLayout(int lineWidth) const editor widget, which is a widget that is placed on top of the view while editing takes place. Editors are created with a QItemEditorFactory; a default static instance provided by - QItemEditorFactory is installed on all item delagates. You can set + QItemEditorFactory is installed on all item delegates. You can set a custom factory using setItemEditorFactory() or set a new default factory with QItemEditorFactory::setDefaultFactory(). It is the data stored in the item model with the Qt::EditRole that is edited. |