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
a0556706
Commit
a0556706
authored
Nov 28, 2016
by
Laurent Montel
Browse files
Fix error, we don't need to create new local variable.
parent
84f218ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
a0556706
...
...
@@ -917,7 +917,7 @@ void Bin::slotDuplicateClip()
if
(
currentName
.
isEmpty
())
{
QUrl
url
=
QUrl
::
fromLocalFile
(
EffectsList
::
property
(
xml
,
"resource"
));
if
(
url
.
isValid
())
{
QString
currentName
=
url
.
fileName
();
currentName
=
url
.
fileName
();
}
}
if
(
!
currentName
.
isEmpty
())
{
...
...
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