Skip to content
Snippets Groups Projects
Commit 4537b2a2 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qml: replace AlbumTrackContextMenu with MLContextMenu

parent 82f832f8
No related branches found
No related tags found
1 merge request!1876qml: use async api to query data for context menu handling
......@@ -287,8 +287,9 @@ FocusScope {
model: albumModel
}
AlbumTrackContextMenu {
Util.MLContextMenu {
id: trackContextMenu
model: trackModel
}
......
......@@ -104,8 +104,9 @@ Widgets.KeyNavigableTableView {
model: rootmodel
}
AlbumTrackContextMenu {
Util.MLContextMenu {
id: contextMenu
model: rootmodel
}
}
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