From 86874eaaf4a6bee0001491490ead790862e48fce Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 8 Apr 2013 12:00:28 +0200 Subject: Cleanup the superfluous \internal tags that are no longer needed Change-Id: I2eaaf7e82351e70a742eeadc32b8e1f8655a02c1 Reviewed-by: Caroline Chao --- src/controls/SpinBox.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/controls/SpinBox.qml') diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index c6a6c8e4..2e7abf1c 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -131,7 +131,6 @@ Control { */ property bool activeFocusOnPress: true - /*! \internal */ style: Qt.createComponent(Settings.THEME_PATH + "/SpinBoxStyle.qml", spinbox) /*! \internal */ @@ -191,19 +190,14 @@ Control { visible: false } - /*! \internal */ onDecimalsChanged: input.setValue(value) - /*! \internal */ onMaximumValueChanged: input.setValue(value) - /*! \internal */ onMinimumValueChanged: input.setValue(value) - /*! \internal */ Component.onCompleted: { __initialized = true; input.setValue(value) } - /*! \internal */ onValueChanged: if (__initialized) input.setValue(value) activeFocusOnTab: true -- cgit v1.2.1