Merge PR #143: Emit a countChanged when setting the model to make sure the view is a…
This commit is contained in:
commit
99b4792bfd
@ -21,6 +21,7 @@ void TagsProxyModel::setTags(Tags *tags)
|
|||||||
setSortRole(Tags::RoleValue);
|
setSortRole(Tags::RoleValue);
|
||||||
sort(0);
|
sort(0);
|
||||||
emit tagsChanged();
|
emit tagsChanged();
|
||||||
|
emit countChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user