aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/TabBar.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-13 12:48:56 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-13 10:51:54 +0000
commit52c33410d209f0c540d649c1fdf690f4c8d0a1d0 (patch)
treea0d79bbd99fd99e135f5bdd363abdba968b5ccbc /src/imports/controls/TabBar.qml
parent3dadb7aca5982ae5efd890ea122da2625ea8e746 (diff)
TabBar: remove a signal handler
Change-Id: Ide1da96f028d665a3b660960787be94f71b67820 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/TabBar.qml')
-rw-r--r--src/imports/controls/TabBar.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/imports/controls/TabBar.qml b/src/imports/controls/TabBar.qml
index 0bf99508..28757b0d 100644
--- a/src/imports/controls/TabBar.qml
+++ b/src/imports/controls/TabBar.qml
@@ -86,10 +86,7 @@ AbstractTabBar {
Connections { target: item; onClicked: control.currentIndex = index }
}
- property bool completed: false
- Component.onCompleted: completed = true
-
- highlightMoveDuration: completed ? 250 : 0
+ highlightMoveDuration: 250
highlightResizeDuration: 0
highlightFollowsCurrentItem: true
highlight: Item {