mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 14:36:07 -05:00
Fix missing connect of expanded signal.
This commit is contained in:
parent
599d60270d
commit
84a9e397d2
@ -36,6 +36,7 @@ GroupView::GroupView(Database* db, QWidget* parent)
|
||||
SLOT(emitGroupChanged()));
|
||||
|
||||
recInitExpanded(db->rootGroup());
|
||||
connect(this, SIGNAL(expanded(QModelIndex)), this, SLOT(expandedChanged(QModelIndex)));
|
||||
|
||||
setCurrentIndex(m_model->index(0, 0));
|
||||
// invoke later so the EntryView is connected
|
||||
|
Loading…
x
Reference in New Issue
Block a user