summaryrefslogtreecommitdiff
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r--src/controls/Button.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index 2b5df56a..ff84aecd 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -61,8 +61,9 @@ BasicButton {
/*! This property holds whether the push button is the default button.
Default buttons decide what happens when the user presses enter in a
- dialog without giving a button explicit focus. \note This property is
- ignored by Dialog.
+ dialog without giving a button explicit focus. \note This property only
+ changes the style of the button. The expected behavior needs to be
+ implemented by the user.
The default value is \c false.
*/