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
bed54470
Commit
bed54470
authored
Nov 18, 2022
by
Jean-Baptiste Mardelle
Browse files
Improve recovery for project files with missing proxy and source
parent
b3bc1403
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc/documentchecker.cpp
View file @
bed54470
...
...
@@ -780,6 +780,9 @@ QString DocumentChecker::getMissingProducers(const QDomElement &e, const QDomNod
movedOriginal
=
QDir
(
movedOriginal
).
absoluteFilePath
(
QFileInfo
(
original
).
fileName
());
}
Xml
::
setXmlProperty
(
e
,
QStringLiteral
(
"kdenlive:originalurl"
),
movedOriginal
);
if
(
!
QFile
::
exists
(
producerResource
))
{
Xml
::
setXmlProperty
(
e
,
QStringLiteral
(
"resource"
),
movedOriginal
);
}
resourceFixed
=
true
;
if
(
proxyFound
)
{
return
QString
();
...
...
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