Add editFinished signal which can be used to auto save the database.
This commit is contained in:
@@ -74,6 +74,7 @@ void GroupView::expandedChanged(const QModelIndex& index)
|
||||
{
|
||||
Group* group = m_model->groupFromIndex(index);
|
||||
group->setExpanded(isExpanded(index));
|
||||
Q_EMIT editFinished();
|
||||
}
|
||||
|
||||
void GroupView::recInitExpanded(Group* group)
|
||||
|
||||
Reference in New Issue
Block a user