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
b237a89e
Commit
b237a89e
authored
Jan 28, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix possible startup crash (calling checkItemDeletion on close)
parent
f4e9dbae
Pipeline
#14045
passed with stage
in 17 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
b237a89e
...
...
@@ -52,6 +52,7 @@ Core::Core()
void
Core
::
prepareShutdown
()
{
m_guiConstructed
=
false
;
projectItemModel
()
->
blockSignals
(
true
);
QThreadPool
::
globalInstance
()
->
clear
();
}
...
...
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