Add missing QML import name
This commit is contained in:
committed by
Carl Schwan
parent
e7751f40fa
commit
d0a915e81c
@@ -105,7 +105,7 @@ DelegateContextMenu {
|
|||||||
}
|
}
|
||||||
room: currentRoom
|
room: currentRoom
|
||||||
eventId: root.eventId
|
eventId: root.eventId
|
||||||
property string filename: StandardPaths.writableLocation(StandardPaths.CacheLocation) + "/" + eventId.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId)
|
property string filename: Core.StandardPaths.writableLocation(Core.StandardPaths.CacheLocation) + "/" + eventId.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user