summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBastiaan Veelo <Bastiaan@SARC.nl>2014-01-31 00:36:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-31 02:03:56 +0100
commitfed63d43943d8324a6f7faa6cab006ee8545e116 (patch)
treed7a4a457cd7952fa67c04d9e46dbc904c6395b94 /src
parent15f8bc1f6ee94b84bebbd06de9db3ceacecad24d (diff)
Documentation: a singular subject takes a singular verb.
Change-Id: I75762cd0f2c25eeeeb1283800c21393637bdff56 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/itemviews/qtreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qtreeview.cpp b/src/widgets/itemviews/qtreeview.cpp
index 5d0e835b0e..43c1ea9cae 100644
--- a/src/widgets/itemviews/qtreeview.cpp
+++ b/src/widgets/itemviews/qtreeview.cpp
@@ -1586,7 +1586,7 @@ int QTreeViewPrivate::widthHintForIndex(const QModelIndex &index, int hint, cons
/*!
Draws the row in the tree view that contains the model item \a index,
- using the \a painter given. The \a option control how the item is
+ using the \a painter given. The \a option controls how the item is
displayed.
\sa setAlternatingRowColors()