diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-12 14:30:21 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-12 14:30:21 +0100 |
commit | 7f9bf5472c299f15f01ccab82d380cd3d946e57f (patch) | |
tree | 64b932b722ff8bb4b7e9eaccb5cd046ebaa15844 /doc/classes/SpinBox.xml | |
parent | 478ab8b45b51ccaafb9db0251ff760e7136e33f6 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/SpinBox.xml')
-rw-r--r-- | doc/classes/SpinBox.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index 1fbced77dc..dfa14fc512 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -19,18 +19,18 @@ <tutorials> </tutorials> <methods> - <method name="get_line_edit"> - <return type="LineEdit"> + <method name="apply"> + <return type="void"> </return> <description> - Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit]. + Applies the current value of this [SpinBox]. </description> </method> - <method name="apply"> - <return type="void"> + <method name="get_line_edit"> + <return type="LineEdit"> </return> <description> - Applies the current value of this [SpinBox]. + Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit]. </description> </method> </methods> |