client: Don't send dataChanged() before actually changing the data
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Aug 2018 19:02:41 +0000 (21:02 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 3 Sep 2018 20:13:17 +0000 (22:13 +0200)
The PropertyMapItem didn't set a changed property before sending
the signal, so consumers synchronously reacting to dataChanged()
would still access the old value.

Not sure if this issue is the cause for some of the weird model
behavior we tend to see at times...


No differences found