Page MenuHomePhorge

Fix Accessible.role type error in RoomListViewItemDelegate
ClosedPublic

Authored by tusooa on Jun 19 2024, 3:02 PM.
Tags
None
Referenced Files
F163802: D58.1740340055.diff
Sat, Feb 22, 11:47 AM
F163801: D58.1740340051.diff
Sat, Feb 22, 11:47 AM
F163742: D58.1740339815.diff
Sat, Feb 22, 11:43 AM
F163695: D58.1740338515.diff
Sat, Feb 22, 11:21 AM
Subscribers
None

Details

Summary

The role enum is in the Accessible namespace, not in the Qt namespace. This commit correctly sets the role in RoomListViewItemDelegate.

Type: fix

Test Plan

Open kazv. Verify that the error message

qrc:/RoomListViewItemDelegate.qml:82:7: Unable to assign [undefined] to int

does not appear.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable