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
216bf09c
Commit
216bf09c
authored
Dec 18, 2020
by
Vivek Yadav
Browse files
Update binplaylist.cpp
parent
81768b4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/binplaylist.cpp
View file @
216bf09c
...
@@ -123,7 +123,7 @@ void BinPlaylist::saveDocumentProperties(const QMap<QString, QString> &props, co
...
@@ -123,7 +123,7 @@ void BinPlaylist::saveDocumentProperties(const QMap<QString, QString> &props, co
std
::
shared_ptr
<
MarkerListModel
>
guideModel
)
std
::
shared_ptr
<
MarkerListModel
>
guideModel
)
{
{
Q_UNUSED
(
guideModel
)
Q_UNUSED
(
guideModel
)
// Clear previous proper
i
tes
// Clear previous propert
i
es
Mlt
::
Properties
playlistProps
(
m_binPlaylist
->
get_properties
());
Mlt
::
Properties
playlistProps
(
m_binPlaylist
->
get_properties
());
Mlt
::
Properties
docProperties
;
Mlt
::
Properties
docProperties
;
docProperties
.
pass_values
(
playlistProps
,
"kdenlive:docproperties."
);
docProperties
.
pass_values
(
playlistProps
,
"kdenlive:docproperties."
);
...
...
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