summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-03-02 22:16:39 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-03-17 19:40:26 +0100
commit7c7d7b18def270e4a6508419eff2b10ac4313a85 (patch)
tree7fb50daea99f8115155daa3ed4dffa55ca0cc36f /util
parentc6b74e43b2b7b43e9404658bd16cbe52b46103e8 (diff)
downloadqtapplicationmanager-7c7d7b18def270e4a6508419eff2b10ac4313a85.tar.gz
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 <dominik.holland@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/bash/appman-prompt2
1 files changed, 1 insertions, 1 deletions
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"