diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2013-04-08 12:00:28 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-08 12:44:31 +0200 |
commit | 86874eaaf4a6bee0001491490ead790862e48fce (patch) | |
tree | 0ebe82bd7ed3c69d71ba50eac30fab8090242dc3 /src/controls/TextField.qml | |
parent | cec78cc680c4d7c78aee76e9bc05204713e17d12 (diff) | |
download | qtquickcontrols-86874eaaf4a6bee0001491490ead790862e48fce.tar.gz |
Cleanup the superfluous \internal tags that are no longer needed
Change-Id: I2eaaf7e82351e70a742eeadc32b8e1f8655a02c1
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r-- | src/controls/TextField.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml index e781d23d..b53dd8f9 100644 --- a/src/controls/TextField.qml +++ b/src/controls/TextField.qml @@ -530,10 +530,8 @@ Control { /*! \internal */ property alias __contentWidth: textInput.contentWidth - /*! \internal */ style: Qt.createComponent(Settings.THEME_PATH + "/TextFieldStyle.qml", textInput) - /*! \internal */ onFocusChanged: { if (textfield.activeFocus) textInput.forceActiveFocus(); |