Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
002274a1
Commit
002274a1
authored
Jul 28, 2016
by
luyikei
Browse files
TrackWorkflow: Use replaseWithBalnk instead of remove
parent
343a82b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Workflow/TrackWorkflow.cpp
View file @
002274a1
...
...
@@ -194,7 +194,7 @@ TrackWorkflow::removeClip( const QUuid& id )
{
auto
clip
=
it
.
value
();
auto
track
=
trackFromFormats
(
clip
->
formats
()
);
track
->
re
move
(
track
->
clipIndexAt
(
it
.
key
()
)
);
track
->
re
placeWithBlank
(
track
->
clipIndexAt
(
it
.
key
()
)
);
m_clips
.
erase
(
it
);
clip
->
disconnect
(
this
);
return
clip
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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