Page MenuHomePhorge

Fix Accessible.role type error in RoomListViewItemDelegate
ClosedPublic

Authored by tusooa on Jun 19 2024, 3:02 PM.
Tags
None
Referenced Files
F3335372: D58.1753720539.diff
Sun, Jul 27, 9:35 AM
F3334863: D58.1753717728.diff
Sun, Jul 27, 8:48 AM
F3324368: D58.1753705856.diff
Sun, Jul 27, 5:30 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