Merge PR #143: Emit a countChanged when setting the model to make sure the view is a…

This commit is contained in:
Jenkins 2019-02-05 23:11:54 +01:00
commit 99b4792bfd

View File

@ -21,6 +21,7 @@ void TagsProxyModel::setTags(Tags *tags)
setSortRole(Tags::RoleValue);
sort(0);
emit tagsChanged();
emit countChanged();
}
}