Page MenuHomePhorge

Fix Accessible.role type error in RoomListViewItemDelegate
ClosedPublic

Authored by tusooa on Jun 19 2024, 3:02 PM.

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