diff options
| author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-12 10:02:36 +0100 |
|---|---|---|
| committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-13 14:59:12 +0000 |
| commit | 95abac09523df5f0563f46ceb5365f80cb87a18c (patch) | |
| tree | cab91b55cebb14df0bfb20b44ec426b860308c4c /src/controls/TableView.qml | |
| parent | d04eb32908cfa7c6692bacfc292494b85ce3cd8a (diff) | |
Doc: Fix qml method signatures
So the return value and parameters can be seen in the documentation.
+ Fix minor doc issues
Change-Id: I99e520c103bb0faeb88b26eb7b9ff73922851abc
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/TableView.qml')
| -rw-r--r-- | src/controls/TableView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index e35f41878..a5d67faff 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -199,7 +199,7 @@ BasicTableView { signal pressAndHold(int row) /*! - \qmlmethod TableView::positionViewAtRow( int row, PositionMode mode ) + \qmlmethod void TableView::positionViewAtRow( int row, PositionMode mode ) Positions the view such that the specified \a row is at the position defined by \a mode: \list |
