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
d2ab1824
Commit
d2ab1824
authored
May 17, 2021
by
Julius Künzel
Browse files
GIT_SILENT remove unnecessary qDebug
parent
340c556d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
d2ab1824
...
...
@@ -3800,7 +3800,7 @@ void Bin::showTitleWidget(const std::shared_ptr<ProjectClip> &clip)
std
::
unordered_map
<
QString
,
QString
>
properties
;
properties
[
QStringLiteral
(
"xmldata"
)]
=
dia_ui
.
xml
().
toString
();
QString
titleSuggestion
=
dia_ui
.
titleSuggest
();
qDebug
()
<<
"new id "
<<
ClipCreator
::
createTitleClip
(
properties
,
dia_ui
.
duration
(),
titleSuggestion
.
isEmpty
()
?
i18n
(
"Title clip"
)
:
titleSuggestion
,
clip
->
parent
()
->
clipId
(),
ClipCreator
::
createTitleClip
(
properties
,
dia_ui
.
duration
(),
titleSuggestion
.
isEmpty
()
?
i18n
(
"Title clip"
)
:
titleSuggestion
,
clip
->
parent
()
->
clipId
(),
m_itemModel
);
}
}
...
...
Write
Preview
Markdown
is supported
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