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