mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use old style connection (for Qt5.12)
This commit is contained in:
parent
d1af1a8669
commit
2bec5d083c
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue