Skip to content
Commit 7162be16 authored by Jonathan Marten's avatar Jonathan Marten
Browse files

Fix tag data not being updated by a TagModifyJob

TagModelPrivate::monitoredTagChanged() is called as expected,
but in the case where the tag is not being reparented (the
usual case), the new tag is not copied back into the parent's
mChildTags list.  This means that TagModel::data() still accesses
the old tag via tagForIndex() and hence does not reflect the
change.

REVIEW:118103
parent edf954e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment