Work around problems in QTreeView when using Qt 4.8
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 3 Feb 2012 12:04:08 +0000 (13:04 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 3 Feb 2012 12:05:42 +0000 (13:05 +0100)
commit8004f9174a21f7d6d91a97d5fab121785c3ef7fb
tree9f2c22b9f1c55430bd61402477aa8a0497c07949
parent4b262edd4ca547f5beac7226a2b66d05bacfea56
Work around problems in QTreeView when using Qt 4.8

Looks like having animated QTreeViews lead to problems with rendering nested trees.
This affects both the NickView and BufferView. Maybe it's something in our code,
but looks like simply disabling animations for Qt >= 4.8 does the trick as well...
src/uisupport/bufferview.cpp
src/uisupport/nickview.cpp