Fix referencing missing item qmlfrontend
authorunc0rr
Sun, 07 Jan 2018 09:48:26 +0100
branchqmlfrontend
changeset 12884 66171ce586cc
parent 12883 adb1fccc706a
child 12890 9c259fb4d405
Fix referencing missing item
qmlfrontend/main.qml
--- a/qmlfrontend/main.qml	Sun Jan 07 01:21:42 2018 +0100
+++ b/qmlfrontend/main.qml	Sun Jan 07 09:48:26 2018 +0100
@@ -11,7 +11,6 @@
   SwipeView {
     id: swipeView
     anchors.fill: parent
-    currentIndex: tabBar.currentIndex
 
     Page1 {
     }