Page MenuHomePhorge

Fix Accessible.role type error in RoomListViewItemDelegate
ClosedPublic

Authored by tusooa on Jun 19 2024, 3:02 PM.
Tags
None
Referenced Files
F200489: D58.1744539329.diff
Sat, Apr 12, 3:15 AM
F200484: D58.1744539132.diff
Sat, Apr 12, 3:12 AM
F199675: D58.1744488078.diff
Fri, Apr 11, 1:01 PM
F199674: D58.1744488063.diff
Fri, Apr 11, 1:01 PM
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