diff options
author | Caroline Chao <caroline.chao@digia.com> | 2013-06-03 10:43:33 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-03 14:54:08 +0200 |
commit | cbd4b0f4e83cd458bd0f1ecbb53f1d789dfe9ff7 (patch) | |
tree | 429c7d508546f4c9bf0012e67ac8ec439644233e /src/controls/Button.qml | |
parent | 3eee91908e8bd0c5f3c3ebe59ef1e179c8d1eb68 (diff) | |
download | qtquickcontrols-cbd4b0f4e83cd458bd0f1ecbb53f1d789dfe9ff7.tar.gz |
Doc: Fixes warnings
Fixes issues including:
- Misspelled links
- Links to signal with arguments
- \table in SplitView.qml
- Links to current file
Change-Id: I2cbadf661a641f19ed55f6854922b2b69966bc9c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r-- | src/controls/Button.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml index 1a9b198e..21231e57 100644 --- a/src/controls/Button.qml +++ b/src/controls/Button.qml @@ -80,7 +80,7 @@ BasicButton { property string text /*! This property holds the icon shown on the button. If the button has no - icon, the \l iconSource property will be an empty string. + icon, the iconSource property will be an empty string. The default value is the empty string. */ |