Fix warning by deleting code I don't understand

This commit is contained in:
Nicolas Werner 2021-07-15 00:34:47 +02:00
parent be0576f6a1
commit b158c02e3b
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 5 deletions

View File

@ -82,11 +82,6 @@ Popup {
onAboutToShow: currentIndex = -1
height: listView.contentHeight + 2 // + 2 for the padding on top and bottom
Connections {
onRoomChanged: completer = null
target: timelineView
}
ListView {
id: listView