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
5c9135c9
Commit
5c9135c9
authored
Jun 19, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix compilation - wrong change committed
parent
aefb8432
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.h
View file @
5c9135c9
...
...
@@ -227,8 +227,8 @@ private:
void
prepareRendering
(
bool
delayedRendering
);
/** @brief Create a new empty playlist (*.mlt) file and @returns the filename of the created file */
QString
generatePlaylistFile
(
bool
delayedRendering
);
void
generateRenderFiles
(
QDomDocument
doc
,
int
in
,
int
out
,
QString
outputFile
,
bool
delayedRendering
,
const
QString
&
subtitleFile
=
QString
()
);
RenderJobItem
*
createRenderJob
(
const
QString
&
playlist
,
const
QString
&
outputFile
,
int
in
,
int
out
,
const
QString
&
subtitleFile
=
QString
()
);
void
generateRenderFiles
(
QDomDocument
doc
,
int
in
,
int
out
,
QString
outputFile
,
bool
delayedRendering
);
RenderJobItem
*
createRenderJob
(
const
QString
&
playlist
,
const
QString
&
outputFile
,
int
in
,
int
out
);
signals:
void
abortProcess
(
const
QString
&
url
);
...
...
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