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
0648e01b
Commit
0648e01b
authored
Sep 09, 2022
by
Jean-Baptiste Mardelle
Browse files
Don't delete audio tasks when switching profile
parent
22be9ed0
Pipeline
#229448
failed with stage
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/taskmanager.cpp
View file @
0648e01b
...
...
@@ -158,9 +158,9 @@ void TaskManager::slotCancelJobs(const QVector<AbstractTask::JOBTYPE> exceptions
if
(
exceptions
.
isEmpty
())
{
m_taskPool
.
waitForDone
();
m_transcodePool
.
waitForDone
();
m_taskList
.
clear
();
m_taskPool
.
clear
();
}
m_taskList
.
clear
();
m_taskPool
.
clear
();
m_blockUpdates
=
false
;
updateJobCount
();
}
...
...
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