Use old style connection (for Qt5.12)
This commit is contained in:
parent
d1af1a8669
commit
2bec5d083c
@ -88,9 +88,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
Connections {
|
||||
function onInsertText(text_) {
|
||||
textArea.insert(textArea.cursorPosition, text_);
|
||||
}
|
||||
onInsertText: textArea.insert(textArea.cursorPosition, text);
|
||||
|
||||
target: TimelineManager.timeline.input
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user