Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
45cc25b8
Commit
45cc25b8
authored
3 years ago
by
Prince Gupta
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: fix ml drag and drop
fixup
9958d3db
parent
93647d86
No related branches found
No related tags found
1 merge request
!1148
qml: fix ml drag and drop
Pipeline
#176653
passed with stage
Stage:
in 24 minutes and 55 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
+1
-1
1 addition, 1 deletion
modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
modules/gui/qt/widgets/qml/MLDragItem.qml
+1
-1
1 addition, 1 deletion
modules/gui/qt/widgets/qml/MLDragItem.qml
with
2 additions
and
2 deletions
modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
+
1
−
1
View file @
45cc25b8
...
...
@@ -86,7 +86,7 @@ T.Control {
setData
(
identifier
,
[
model
])
}
function
getSelectedInputItem
()
{
function
getSelectedInputItem
(
cb
)
{
return
MediaLib
.
mlInputItem
([
model
.
id
],
cb
)
}
}
...
...
This diff is collapsed.
Click to expand it.
modules/gui/qt/widgets/qml/MLDragItem.qml
+
1
−
1
View file @
45cc25b8
...
...
@@ -36,7 +36,7 @@ DragItem {
var
inputIdList
=
root
.
indexesData
.
map
(
function
(
obj
){
return
obj
[
root
.
mlIDRole
]
})
Media
l
ib
.
mlInputItem
(
inputIdList
,
cb
)
Media
L
ib
.
mlInputItem
(
inputIdList
,
cb
)
}
onRequestData
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment