mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix missing connect of collapsed signal.
This commit is contained in:
parent
272da8c99c
commit
4968292a05
@ -37,6 +37,7 @@ GroupView::GroupView(Database* db, QWidget* parent)
|
||||
|
||||
recInitExpanded(db->rootGroup());
|
||||
connect(this, SIGNAL(expanded(QModelIndex)), this, SLOT(expandedChanged(QModelIndex)));
|
||||
connect(this, SIGNAL(collapsed(QModelIndex)), this, SLOT(expandedChanged(QModelIndex)));
|
||||
|
||||
setCurrentIndex(m_model->index(0, 0));
|
||||
// invoke later so the EntryView is connected
|
||||
|
Loading…
Reference in New Issue
Block a user