From: Manuel Nickschas Date: Thu, 30 Jul 2009 15:45:52 +0000 (+0200) Subject: Update ChatView properly on style changes X-Git-Tag: 0.5-rc1~99 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=d7a7c6e5242fd0f500b2c1c75579c9db81a91d0c;hp=d7a7c6e5242fd0f500b2c1c75579c9db81a91d0c Update ChatView properly on style changes Since we have the cached wraplists back for the moment, we need to invalidate the caches for all ChatLineModelItems before relayouting the scene. So instead of having each ChatView trigger the layout change for his scene, we now inform the ChatLineModel itself, which invalidates its items' caches and then emits a dataChanged() signal that is caught by the scenes. ---