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
bc01ae9d
Commit
bc01ae9d
authored
Oct 07, 2022
by
Julius Künzel
💬
Browse files
Fix constructor should be explicit
Related to
49242eec
parent
2dcb568e
Pipeline
#243518
failed with stage
in 4 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
bc01ae9d
...
...
@@ -782,7 +782,7 @@ Timecode Core::timecode() const
if
(
this
)
{
return
m_timecode
;
}
return
{}
;
return
Timecode
()
;
}
void
Core
::
setDocumentModified
()
...
...
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