~ci-train-bot/unity8/unity8-ubuntu-zesty-2481

« back to all changes in this revision

Viewing changes to tests/qmltests/tst_Shell.qml

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2017-03-08 09:50:22 UTC
  • mfrom: (2802.2.7 no-touchscreen-no-tutorial)
  • Revision ID: ci-train-bot@canonical.com-20170308095022-o8ao2v4535y9n061
Disable the tutorial when there's no touchscreen (LP: #1661557)

Approved by: Michał Sawicz, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
                        primary: shellLoader.primaryOrientation
138
138
                    }
139
139
                    mode: shellLoader.mode
 
140
                    hasTouchscreen: true
140
141
                    Component.onCompleted: {
141
142
                        ApplicationManager.startApplication("unity8-dash");
142
143
                    }