diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2014-04-07 21:10:58 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-08 14:15:15 +0200 |
commit | 1ac885f99c15c2bf9859df483048bfa6b68b15f3 (patch) | |
tree | 179e145dfd0fa668a6b8a4c893112321e9fa8f5b /src/controls/SpinBox.qml | |
parent | 442f12e628e7ad7aeaaeef1c9fa3e3498cb851e0 (diff) | |
download | qtquickcontrols-1ac885f99c15c2bf9859df483048bfa6b68b15f3.tar.gz |
Docs: fix \since tags
Use Qt version only for \qmltype, and module import version
for \qmlproperty, \qmlmethod and \qmlsignal.
Change-Id: Ia5851b7b86a420f07ca335e0cf2ddf3df1f8c25a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/controls/SpinBox.qml')
-rw-r--r-- | src/controls/SpinBox.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index c5281586..6a8a9548 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -141,7 +141,7 @@ Control { property bool activeFocusOnPress: true /*! \qmlproperty enumeration horizontalAlignment - \since 5.2 + \since QtQuick.Controls 1.1 This property indicates how the content is horizontally aligned within the text field. @@ -166,7 +166,7 @@ Control { /*! \qmlsignal SpinBox::editingFinished() - \since 5.2 + \since QtQuick.Controls 1.1 This signal is emitted when the Return or Enter key is pressed or the control loses focus. Note that if there is a validator |