From 7c7d7b18def270e4a6508419eff2b10ac4313a85 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Wed, 2 Mar 2022 22:16:39 +0100 Subject: Remove the touch emulation feature This feature was implemented before Qt's pointer handlers were introduced and thanks to those it really isn't needed nowadays. Plus, it was only ever working on X11, limiting its usefulness. Change-Id: Icb03e2e8ede4fc5b62564fc70c20a460fe2d0134 Reviewed-by: Dominik Holland --- util/bash/appman-prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/bash/appman-prompt b/util/bash/appman-prompt index aecc2180..16c78a4b 100644 --- a/util/bash/appman-prompt +++ b/util/bash/appman-prompt @@ -34,7 +34,7 @@ _appman() COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" opts="-c -h -o -v -I --build-config --builtin-apps-manifest-dir --clear-cache --clear-config-cache --config-file \ ---development-mode --dbus --disable-installer --disable-intents --document-dir --enable-touch-emulation \ +--development-mode --dbus --disable-installer --disable-intents --document-dir \ --force-multi-process --force-single-process --fullscreen --help --load-dummydata --log-instant --logging-rule \ --no-cache --no-config-cache --no-dlt-logging --no-fullscreen --no-security --no-ui-watchdog --option --qml-debug \ --single-app --slow-animations --verbose --version --wayland-socket-name" -- cgit v1.2.1