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
7c904c5a
Commit
7c904c5a
authored
Jun 05, 2019
by
Jean-Baptiste Mardelle
Browse files
Correctly save and restore rendering properties for the project
parent
6c6f3146
Pipeline
#4059
passed with stage
in 16 minutes and 19 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
7c904c5a
This diff is collapsed.
Click to expand it.
src/dialogs/renderwidget.h
View file @
7c904c5a
...
...
@@ -151,8 +151,6 @@ protected:
void
keyPressEvent
(
QKeyEvent
*
e
)
override
;
public
slots
:
Q_DECL_DEPRECATED
void
slotExport
(
bool
scriptExport
,
int
zoneIn
,
int
zoneOut
,
const
QMap
<
QString
,
QString
>
&
metadata
,
const
QList
<
QString
>
&
playlistPaths
,
const
QList
<
QString
>
&
trackNames
,
const
QString
&
scriptPath
,
bool
exportAudio
);
void
slotAbortCurrentJob
();
void
slotPrepareExport
(
bool
scriptExport
=
false
,
const
QString
&
scriptPath
=
QString
());
void
adjustViewToProfile
();
...
...
src/mainwindow.cpp
View file @
7c904c5a
...
...
@@ -3198,7 +3198,6 @@ void MainWindow::slotTranscodeClip()
void
MainWindow
::
slotSetDocumentRenderProfile
(
const
QMap
<
QString
,
QString
>
&
props
)
{
KdenliveDoc
*
project
=
pCore
->
currentDoc
();
bool
modified
=
false
;
QMapIterator
<
QString
,
QString
>
i
(
props
);
while
(
i
.
hasNext
())
{
...
...
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