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/TabView.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/TabView.qml')
-rw-r--r-- | src/controls/TabView.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index fa60af23..88336eee 100644 --- a/src/controls/TabView.qml +++ b/src/controls/TabView.qml @@ -131,7 +131,6 @@ FocusScope { /*! \internal */ property var __styleItem: loader.item - /*! \internal */ onCurrentIndexChanged: __setOpacities() /*! \internal */ @@ -188,7 +187,6 @@ FocusScope { property string style property int baseOverlap - /*! \internal */ Component.onCompleted: { for (var i = 0 ; i < stack.children.length ; ++i) { if (stack.children[i].Accessible.role === Accessible.PageTab) |