summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2016-11-14 10:11:05 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-01-23 08:37:19 +0000
commit2597d27732e5e256d967d8a1db396c339b5afd3f (patch)
tree8b8add57085c95d8fbff0b221b45dc346b4317e3 /src/widgets/doc
parenta828a02d9f86b5b1d472768a5a52f963c6ff8175 (diff)
Doc: Remove specific mention of 'Qt 4' from Model/View documentation
Change-Id: If2101124d1bc772c9412c3d09d2d7753d9b51569 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/widgets/doc')
-rw-r--r--src/widgets/doc/src/modelview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/src/modelview.qdoc b/src/widgets/doc/src/modelview.qdoc
index 4a53ea5cbd..1c0bb5195a 100644
--- a/src/widgets/doc/src/modelview.qdoc
+++ b/src/widgets/doc/src/modelview.qdoc
@@ -83,7 +83,7 @@
Model/View is a technology used to separate data from views in widgets that
handle data sets. Standard widgets are not designed for separating data
- from views and this is why Qt 4 has two different types of widgets. Both
+ from views and this is why Qt has two different types of widgets. Both
types of widgets look the same, but they interact with data differently.
\table