summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index a9d48fb9..7722411e 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -311,7 +311,7 @@ Item { } function onShowRawMessageDialog(rawMessage) { - var dialog = rawMessageDialog.createObject(timelineRoot, { + var dialog = Qt.createComponent("qrc:/qml/dialogs/RawMessageDialog.qml").createObject(timelineRoot, { "rawMessage": rawMessage }); dialog.show();