From 84a9e397d260b119d278add4ad77de75a3043ea2 Mon Sep 17 00:00:00 2001 From: Florian Geyer Date: Fri, 27 Apr 2012 18:42:24 +0200 Subject: [PATCH] Fix missing connect of expanded signal. --- src/gui/GroupView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/GroupView.cpp b/src/gui/GroupView.cpp index 5f56cbfcd..f739abdf5 100644 --- a/src/gui/GroupView.cpp +++ b/src/gui/GroupView.cpp @@ -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