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
1f05e18a
Commit
1f05e18a
authored
Dec 04, 2020
by
Jean-Baptiste Mardelle
Browse files
Another small fix for image sequence on project opening
parent
183893b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc/documentchecker.cpp
View file @
1f05e18a
...
...
@@ -245,7 +245,7 @@ bool DocumentChecker::hasErrorInClips()
}
continue
;
}
QString
producerResource
=
resource
;
QString
proxy
=
Xml
::
getXmlProperty
(
e
,
QStringLiteral
(
"kdenlive:proxy"
));
if
(
proxy
.
length
()
>
1
)
{
bool
proxyFound
=
true
;
...
...
@@ -305,7 +305,10 @@ bool DocumentChecker::hasErrorInClips()
if
(
service
.
startsWith
(
QLatin1String
(
"avformat"
)))
{
Xml
::
setXmlProperty
(
e
,
QStringLiteral
(
"mlt_service"
),
QStringLiteral
(
"qimage"
));
}
slidePattern
=
QFileInfo
(
resource
).
fileName
();
resource
=
QFileInfo
(
resource
).
absolutePath
();
}
else
{
slideshow
=
false
;
}
}
if
(
!
QFile
::
exists
(
resource
))
{
...
...
@@ -348,7 +351,7 @@ bool DocumentChecker::hasErrorInClips()
}
}
// Make sure we don't query same path twice
verifiedPaths
.
append
(
r
esource
);
verifiedPaths
.
append
(
producerR
esource
);
}
// Get list of used Luma files
...
...
Write
Preview
Markdown
is supported
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