mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix warning by deleting code I don't understand
This commit is contained in:
parent
be0576f6a1
commit
b158c02e3b
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ Popup {
|
||||||
onAboutToShow: currentIndex = -1
|
onAboutToShow: currentIndex = -1
|
||||||
height: listView.contentHeight + 2 // + 2 for the padding on top and bottom
|
height: listView.contentHeight + 2 // + 2 for the padding on top and bottom
|
||||||
|
|
||||||
Connections {
|
|
||||||
onRoomChanged: completer = null
|
|
||||||
target: timelineView
|
|
||||||
}
|
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: listView
|
id: listView
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue