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
Kdenlive
Commits
da8d2d8b
Commit
da8d2d8b
authored
Nov 12, 2022
by
Jean-Baptiste Mardelle
Browse files
Don't attempt deleting the clip on aborting a thumbnail job
parent
fced1a0b
Pipeline
#266299
passed with stage
in 12 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/cliploadtask.cpp
View file @
da8d2d8b
...
...
@@ -754,7 +754,7 @@ void ClipLoadTask::abort()
}
Fun
undo
=
[]()
{
return
true
;
};
Fun
redo
=
[]()
{
return
true
;
};
if
(
!
m_softDelete
)
{
if
(
!
m_softDelete
&&
!
m_thumbOnly
)
{
auto
binClip
=
pCore
->
projectItemModel
()
->
getClipByBinID
(
QString
::
number
(
m_owner
.
second
));
if
(
binClip
)
{
QMetaObject
::
invokeMethod
(
binClip
.
get
(),
"setInvalid"
,
Qt
::
QueuedConnection
);
...
...
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