Skip to content

Commit

Permalink
Revert back to pre Qt 5.15 slots in connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jan 9, 2022
1 parent e9ea684 commit b61d620
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/QMLTermScrollbar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ Item {

Connections {
target: terminal

function onScrollbarValueChanged() {
showScrollbar()
}
onScrollbarValueChanged: showScrollbar()
}

Timer {
Expand Down

0 comments on commit b61d620

Please sign in to comment.