Skip to content
GitLab
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
e8360700
Commit
e8360700
authored
Jan 03, 2020
by
Jean-Baptiste Mardelle
Browse files
Use project name as default render name.
Fixes
#512
parent
a82732e0
Pipeline
#12805
passed with stage
in 13 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
e8360700
...
...
@@ -1893,7 +1893,7 @@ QUrl RenderWidget::filenameWithExtension(QUrl url, const QString &extension)
url
=
QUrl
::
fromLocalFile
(
pCore
->
currentDoc
()
->
projectDataFolder
()
+
QDir
::
separator
());
}
QString
directory
=
url
.
adjusted
(
QUrl
::
RemoveFilename
).
toLocalFile
();
QString
filename
=
url
.
fileName
();
QString
filename
=
pCore
->
currentDoc
()
->
url
()
.
fileName
();
QString
ext
;
if
(
extension
.
at
(
0
)
==
'.'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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