summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-23 23:04:56 +0300
committerIvan Tkachenko <me@ratijas.tk>2021-12-08 02:28:34 +0300
commite65c29fffc2232ff038c5e79c9b15e16adaaed81 (patch)
tree75d24e082241e13b5de160f9e7270af23d0480f5 /src/corelib/itemmodels
parentcb00db5a7e644d381ec58f7b715e0312c57f282a (diff)
Doc: Reword, fix typos and some formatting
Change-Id: I0929f7653cb07665842d0aa7bf18dc80471febdc Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/itemmodels')
-rw-r--r--src/corelib/itemmodels/qabstractitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/itemmodels/qabstractitemmodel.cpp b/src/corelib/itemmodels/qabstractitemmodel.cpp
index 02ffd0e085..b28597468f 100644
--- a/src/corelib/itemmodels/qabstractitemmodel.cpp
+++ b/src/corelib/itemmodels/qabstractitemmodel.cpp
@@ -2086,7 +2086,7 @@ bool QAbstractItemModel::clearItemData(const QModelIndex &index)
by the \a index.
\note If you do not have a value to return, return an \b invalid
- QVariant instead of returning 0.
+ (default-constructed) QVariant.
\sa Qt::ItemDataRole, setData(), headerData()
*/