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
49242eec
Commit
49242eec
authored
Oct 07, 2022
by
Julius Künzel
💬
Browse files
Fix Qt Designer crashing with Kdenlive Widgets plugin
parent
59a90ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
49242eec
...
...
@@ -779,13 +779,15 @@ KdenliveDoc *Core::currentDoc()
Timecode
Core
::
timecode
()
const
{
return
m_timecode
;
if
(
this
)
{
return
m_timecode
;
}
return
{};
}
void
Core
::
setDocumentModified
()
{
m_projectManager
->
current
()
->
setModified
();
;
}
int
Core
::
projectDuration
()
const
...
...
Julius Künzel
💬
@jlskuz
mentioned in commit
bc01ae9d
·
Oct 07, 2022
mentioned in commit
bc01ae9d
mentioned in commit bc01ae9df708f378cb9b5565942c7be2f3726571
Toggle commit list
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