Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
JuK
Commits
8a1f339b
Commit
8a1f339b
authored
Apr 02, 2003
by
Frerich Raabe
Browse files
- Some bool shortcut
svn path=/trunk/kdemultimedia/juk/; revision=217719
parent
9473fa7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
playlist.cpp
View file @
8a1f339b
...
...
@@ -546,10 +546,7 @@ void Playlist::contentsDropEvent(QDropEvent *e)
void
Playlist
::
contentsDragMoveEvent
(
QDragMoveEvent
*
e
)
{
if
(
KURLDrag
::
canDecode
(
e
))
e
->
accept
(
true
);
else
e
->
accept
(
false
);
e
->
accept
(
KURLDrag
::
canDecode
(
e
)
);
}
void
Playlist
::
showEvent
(
QShowEvent
*
e
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment