Rename source property of MessageDelegateContextMenu

Starting with Qt6.6, this collides with a FINAL property of Loader and thus doesn't run
This commit is contained in:
Tobias Fella
2023-08-29 23:16:27 +02:00
parent feb2dbc9fb
commit a43990559b
3 changed files with 4 additions and 4 deletions

View File

@@ -622,7 +622,7 @@ ColumnLayout {
selectedText: selectedText,
author: root.author,
eventId: root.eventId,
source: root.jsonSource,
eventSource: root.jsonSource,
eventType: root.delegateType,
plainText: root.plainText,
htmlText: root.display,