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
fe2fc194
Commit
fe2fc194
authored
Mar 23, 2021
by
Jean-Baptiste Mardelle
Browse files
Add qml deprecation info
parent
f4033fa2
Pipeline
#55346
passed with stage
in 10 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
fe2fc194
...
...
@@ -1867,6 +1867,8 @@ Rectangle {
Connections
{
target
:
timeline
// This connection type is deprecated in Qt >= 5.15, switch to function onFrameFormatChanged() {} once
// we require Qt >= 5.15
onFrameFormatChanged
:
{
ruler
.
adjustFormat
()
}
...
...
Eugen Mohr
@emohr
mentioned in issue
#1003
·
Mar 23, 2021
mentioned in issue
#1003
mentioned in issue #1003
Toggle commit list
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