SidePanel: remove unnecessary binding

The purpose of the swarmCurrentConversationList in SidePanel is to allow
the user to select the initial list of members when creating a group
conversation. The binding on currentIndex is not necessary for this and
has been causing a segfault in the WelcomePage test since the upgrade
from Qt 6.6 to Qt 6.8.

GitLab: #2108
Change-Id: Ie9341f114ba2a8abc907081e9041b85a4f260333
This commit is contained in:
François-Simon Fauteux-Chapleau
2025-11-13 09:44:18 -05:00
parent cc87bd627d
commit 8a101f8a99

View File

@@ -481,7 +481,6 @@ SidePanelBase {
root.clearContactSearchBar();
}
}
currentIndex: model.currentFilteredRow
Timer {
id: locationIconTimer