diff options
| author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-04 15:31:09 +0100 |
|---|---|---|
| committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-06 13:20:40 +0000 |
| commit | 0e022e36ba45b00986d113cf26161c292adc3a2b (patch) | |
| tree | 815b7570ac144176702e1f4ab9ac65e7cd6c40a1 /src/controls/ScrollView.qml | |
| parent | 06e63332054e441ac1c51e19e40399a8accd5db6 (diff) | |
Doc: Fix qtdoc warnings
Mostly link errors and missing documentation.
And removed useless references to {QtQuick.Controls.Styles} in the doc.
Change-Id: Iad211a574c0bd23c84e067e0cbcc18c3e719cde7
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/controls/ScrollView.qml')
| -rw-r--r-- | src/controls/ScrollView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index c82bb7e59..856a32ef2 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -79,7 +79,7 @@ import QtQuick.Controls.Styles 1.1 \l flickableItem. You can create a custom appearance for a ScrollView by - assigning a \l {QtQuick.Controls.Styles::ScrollViewStyle}{ScrollViewStyle}. + assigning a \l {ScrollViewStyle}. */ FocusScope { |
