Page MenuHomePhorge

Fix Accessible.role type error in RoomListViewItemDelegate
ClosedPublic

Authored by tusooa on Jun 19 2024, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 6, 12:16 AM
Unknown Object (File)
Tue, Sep 3, 10:18 AM
Unknown Object (File)
Thu, Aug 29, 11:27 PM
Unknown Object (File)
Thu, Aug 29, 9:39 AM
Unknown Object (File)
Sat, Aug 24, 1:37 PM
Unknown Object (File)
Sat, Aug 24, 1:24 AM
Unknown Object (File)
Sat, Aug 24, 1:24 AM
Unknown Object (File)
Sat, Aug 24, 1:18 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