Revision d1570cc...

Go back to digest for 2nd October 2011

Bug Fixes in KDE Base

Christoph Feck committed changes in [kdelibs/KDE/4.7] kdeui/itemviews/kwidgetitemdelegate.cpp:

Fix crash when no model has been set (yet)

In the case a view is shown before its model has been set,
QAbstractItemView internally uses an "empty" model. Instead of
connecting to the empty model, we check for the null pointer.


FIXED-IN: 4.7.2

File Changes

Modified 1 files
  • kdeui/itemviews/kwidgetitemdelegate.cpp
1 files changed in total