Don't crash on creating a ChatView containing redirected messages
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 15 Sep 2009 12:09:31 +0000 (14:09 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 15 Sep 2009 12:09:31 +0000 (14:09 +0200)
commit94c9ed4adf7bbdc5a4f9a7a5f195b0b1d233caf3
tree0947310b3095cdc038f8c64f2512f307ede35f31
parentff0eb87665d476b39f2f3b192b8db31627e44adb
Don't crash on creating a ChatView containing redirected messages

We must fill the model first before we connect the dataChanged() signal, because message filters
might setData() while populating proxymodels.
src/qtui/chatscene.cpp