Revision e9b1714...

Go back to digest for 12th August 2012

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kdelibs/KDE/4.9] /util:

Make KModifierKeyInfoProvider inherit QObject, rather than QWidget

This makes crashes like the one I'm closing with this report impossible,
even though the root cause might be somehing else, possibly related to
Qt and particular settings of certain styles.

In any case, that class does not need anything from QWidget any more, so
this change would make sense even without the crash.

Thanks to Aurelién Gâteau and David Faure, both for coming up with the
idea to fix it this way in the first place and for explaining why
deriving the class from QWidget did make sense in the past.


FIXED-IN: 4.9.1
REVIEW: 105920

File Changes

Modified 2 files
  • /util
  •   kdeui/kmodifierkeyinfoprovider_p.h
  •   kdeui/kmodifierkeyinfoprovider_x11.cpp
2 files changed in total