mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +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 {
|
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 a new issue