Skip to content
GitLab
Menu
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
937e2061
Commit
937e2061
authored
May 27, 2022
by
Jean-Baptiste Mardelle
Browse files
On document loading, also check images for changes
parent
e9a62a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc/documentchecker.cpp
View file @
937e2061
...
...
@@ -782,7 +782,7 @@ QString DocumentChecker::getMissingProducers(const QDomElement &e, const QDomNod
m_missingClips
.
append
(
e
);
missingPaths
.
append
(
resource
);
}
}
else
if
(
service
.
startsWith
(
QLatin1String
(
"avformat"
))
||
slideshow
)
{
}
else
if
(
service
.
startsWith
(
QLatin1String
(
"avformat"
))
||
slideshow
||
service
==
QLatin1String
(
"qimage"
)
||
service
==
QLatin1String
(
"pixbuf"
)
)
{
// Check if file changed
const
QByteArray
hash
=
Xml
::
getXmlProperty
(
e
,
"kdenlive:file_hash"
).
toLatin1
();
if
(
!
hash
.
isEmpty
())
{
...
...
Write
Preview
Supports
Markdown
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