aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@qt.io>2018-10-29 09:40:55 +0200
committerJoni Poikelin <joni.poikelin@qt.io>2018-11-02 12:53:20 +0000
commit5bf057eca49b59f7516c6d5bb3f4dbbeb4713942 (patch)
tree2b65821a692824de1c8d4d02468e8b64fc34bd66 /src/quick
parent8510d64dea987d65e546ebc25d4be26b40fbd565 (diff)
Doc: Remove wrong return type
Change-Id: Iebd325afcfc0e892f970d450b59e0249d1fcb83f Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquicktableview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktableview.cpp b/src/quick/items/qquicktableview.cpp
index 44c16e2d7e..7bbbd29e3b 100644
--- a/src/quick/items/qquicktableview.cpp
+++ b/src/quick/items/qquicktableview.cpp
@@ -314,7 +314,7 @@
*/
/*!
- \qmlmethod real QtQuick::TableView::forceLayout
+ \qmlmethod QtQuick::TableView::forceLayout
Responding to changes in the model are batched so that they are handled
only once per frame. This means the TableView delays showing any changes