Run qmlformat

This commit is contained in:
Tobias Fella
2024-02-20 18:11:23 +01:00
parent f2c12c582e
commit a10da64378
18 changed files with 120 additions and 100 deletions

View File

@@ -33,7 +33,7 @@ Delegates.RoundedItemDelegate {
Accessible.name: root.displayName
Accessible.onPressAction: clicked()
onClicked: RoomManager.resolveResource(currentRoom.id);
onClicked: RoomManager.resolveResource(currentRoom.id)
onPressAndHold: createRoomListContextMenu()
Keys.onSpacePressed: clicked()
@@ -42,7 +42,7 @@ Delegates.RoundedItemDelegate {
TapHandler {
acceptedButtons: Qt.RightButton
onTapped: (eventPoint, button) => root.createRoomListContextMenu();
onTapped: (eventPoint, button) => root.createRoomListContextMenu()
}
contentItem: RowLayout {