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
03294277
Commit
03294277
authored
Apr 01, 2021
by
Julius Künzel
Browse files
Fix archiving for generator mlt clips
BUG: 420623
parent
aca44719
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/projectsettings.cpp
View file @
03294277
...
...
@@ -597,7 +597,7 @@ QStringList ProjectSettings::extractPlaylistUrls(const QString &path)
}
else
if
(
type
==
QLatin1String
(
"framebuffer"
))
{
url
=
url
.
section
(
QLatin1Char
(
'?'
),
0
,
0
);
}
if
(
!
url
.
isEmpty
())
{
if
(
!
url
.
isEmpty
()
&&
url
!=
QLatin1String
(
"<producer>"
)
)
{
if
(
QFileInfo
(
url
).
isRelative
())
{
url
.
prepend
(
root
);
}
...
...
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