Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f9b30861
Commit
f9b30861
authored
Jul 23, 2009
by
Besnard Jean-Baptiste
Committed by
ivoire
Jul 23, 2009
Browse files
Qt : Add PLAYLIST_PREPARSE flag to drag&dropped items
Signed-off-by:
Rémi Duraffort
<
ivoire@videolan.org
>
parent
1ae47a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
f9b30861
...
...
@@ -1134,7 +1134,7 @@ void MainInterface::dropEventPlay( QDropEvent *event, bool b_play )
if
(
s
.
length
()
>
0
)
{
playlist_Add
(
THEPL
,
qtu
(
s
),
NULL
,
PLAYLIST_APPEND
|
(
first
?
PLAYLIST_GO
:
0
),
PLAYLIST_APPEND
|
PLAYLIST_PREPARSE
|
(
first
?
PLAYLIST_GO
:
0
),
PLAYLIST_END
,
true
,
false
);
first
=
false
;
RecentsMRL
::
getInstance
(
p_intf
)
->
addRecent
(
s
);
...
...
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