Skip to content
Snippets Groups Projects
Verified Commit d8993c14 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix raw message dialog

parent 8ecbb39d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment