Fix bug that EntryAttributesModel isn't updated on reset.

This commit is contained in:
Felix Geyer 2012-04-28 16:50:51 +02:00
parent 7f67019f63
commit 3ab81ea776

View File

@ -178,6 +178,7 @@ void EntryAttributesModel::aboutToReset()
void EntryAttributesModel::reset()
{
updateAttributes();
endResetModel();
}