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
78c74476
Commit
78c74476
authored
Jul 01, 2021
by
Julius Künzel
💬
Browse files
Add missing space beetween type and var name
parent
5cf61ff0
Pipeline
#68197
passed with stage
in 8 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/timeremap.h
View file @
78c74476
...
@@ -132,7 +132,7 @@ private slots:
...
@@ -132,7 +132,7 @@ private slots:
void
updateKeyframes
();
void
updateKeyframes
();
private:
private:
std
::
shared_ptr
<
Mlt
::
Link
>
m_remapLink
;
std
::
shared_ptr
<
Mlt
::
Link
>
m_remapLink
;
TimecodeDisplay
*
m_in
;
TimecodeDisplay
*
m_in
;
TimecodeDisplay
*
m_out
;
TimecodeDisplay
*
m_out
;
RemapView
*
m_view
;
RemapView
*
m_view
;
...
...
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