diff options
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 6daf595cf..4e7d1b997 100644 --- a/src/controls/Button.qml +++ b/src/controls/Button.qml @@ -61,7 +61,7 @@ import QtQuick.Controls.Private 1.0 Button is similar to the QPushButton widget. You can create a custom appearance for a Button by - assigning a \l {QtQuick.Controls.Styles::ButtonStyle}{ButtonStyle}. + assigning a \l {ButtonStyle}. */ BasicButton { id: button |
