diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-07-01 11:29:58 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-07-01 11:30:30 (GMT) |
commit | 9da6a1d34f1d06879ba9d72e9ad15bf261aea8c9 (patch) | |
tree | 556fc22e26f861ac0134fb1bad81aab21c93d6e9 /src/gui/itemviews/qitemdelegate.cpp | |
parent | 3b9f9c1abaee60e94031e0a46f46c67410dc3d2f (diff) | |
download | Qt-9da6a1d34f1d06879ba9d72e9ad15bf261aea8c9.zip Qt-9da6a1d34f1d06879ba9d72e9ad15bf261aea8c9.tar.gz Qt-9da6a1d34f1d06879ba9d72e9ad15bf261aea8c9.tar.bz2 |
Doc: correcting typo
Correcting typos
Task-number: 257225
Diffstat (limited to 'src/gui/itemviews/qitemdelegate.cpp')
-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 264fa37..2dd5540 100644 --- a/src/gui/itemviews/qitemdelegate.cpp +++ b/src/gui/itemviews/qitemdelegate.cpp @@ -574,7 +574,7 @@ void QItemDelegate::setEditorData(QWidget *editor, const QModelIndex &index) con } /*! - Gets data drom the \a editor widget and stores it in the specified + Gets data from the \a editor widget and stores it in the specified \a model at the item \a index. The default implementation gets the value to be stored in the data |