diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-14 10:18:13 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-14 10:18:13 +0100 |
commit | 14ff84d68c9a5eb01d9259b1313cf29c32da7ea7 (patch) | |
tree | 8be15500a9a11f32b9028d56ab66793030fd2f82 /units | |
parent | 087b594b6ae55af3f20fcd13c62cc87205eb696d (diff) |
data:qml: Remove deprecated Ubuntu Components
- Bump QtQuick imported version to 2.5 - Remove units.gu and Arguments.
Diffstat (limited to 'units')
-rw-r--r-- | units/touchscreen/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/touchscreen/jobs.pxu b/units/touchscreen/jobs.pxu index 51b4a4e..9db5677 100644 --- a/units/touchscreen/jobs.pxu +++ b/units/touchscreen/jobs.pxu @@ -140,7 +140,7 @@ _description: Did you see the green circles around the three fingers? command: manage_compiz_plugin unityshell disable - qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=3 2>&1 | grep -o PASS + qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 3 2>&1 | grep -o PASS EXIT=$? sleep 5 manage_compiz_plugin unityshell enable @@ -163,7 +163,7 @@ _description: Did you see the green circles around the four fingers? command: manage_compiz_plugin unityshell disable - qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS + qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 4 2>&1 | grep -o PASS EXIT=$? sleep 5 manage_compiz_plugin unityshell enable |