aboutsummaryrefslogtreecommitdiffstats
path: root/DemoApplication
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2019-03-13 13:09:48 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:43:04 +0100
commitb0de855379a9242d74353dfd66677d4b1b5dbcec (patch)
treea74841c8cdfb339a30e6a1c25133b0c26adb5f57 /DemoApplication
parent00a273acef3cb084e7a9725c9ecc60c3aa3556da (diff)
Little fixes and cleanup, TODOs
Explained some TODOs a bit better. Fixed mismatching tab titles in demo app. Removed unused predefined CursorNavigationCommands.
Diffstat (limited to 'DemoApplication')
-rw-r--r--DemoApplication/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DemoApplication/main.qml b/DemoApplication/main.qml
index 2c96537..0f88400 100644
--- a/DemoApplication/main.qml
+++ b/DemoApplication/main.qml
@@ -112,8 +112,8 @@ ApplicationWindow {
anchors.fill: parent
currentIndex: tabBar.currentIndex
Basics { }
- FlipButtons { }
Lists { }
+ FlipButtons { }
MapView { }
Redirects { }
}