mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-27 16:07:46 -04:00
Fix missing connect of collapsed signal.
This commit is contained in:
parent
272da8c99c
commit
4968292a05
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue