diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-10-26 13:10:49 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-10-26 13:14:06 -0400 |
commit | edfd96499fdbcf869c5182f2cfa89703cfb0dfd0 (patch) | |
tree | 297b76dbbe89178c3999ba1922faee62c04c89ea | |
parent | bd1185376275b24ac00404c1f36c041e8ebb5e47 (diff) |
Remove stray accessibility property
Remove the lone empty "accessibleDescription" property from
SteeringControls.ui, as it causes a crash with an exception when
trying to run against PyQt5 installs that do not have the
accessibility module. This is the case with the python3-pyqt5
build using the recipe in meta-qt5, so without this fix the
control panel cannot run when built into a YP based image.
Bug-AGL: SPEC-4951
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I1f895f3cfefb24d4d1ae5508f4189ae3238b356d
-rw-r--r-- | ui/SteeringControls.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/SteeringControls.ui b/ui/SteeringControls.ui index 26f40e0..7428461 100644 --- a/ui/SteeringControls.ui +++ b/ui/SteeringControls.ui @@ -139,9 +139,6 @@ QPushButton:checked { <bold>true</bold> </font> </property> - <property name="accessibleDescription"> - <string/> - </property> <property name="text"> <string>CRUISE LIMIT</string> </property> |