Fix a crash when you change between desktops with tooltip activated

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874774
This commit is contained in:
Alexis Ménard 2008-10-22 12:54:04 +00:00
parent 930f16f881
commit fdbafa0337

View File

@ -53,7 +53,7 @@ class ToolTipPrivate
WindowPreview *preview;
WId windowToPreview;
PanelSvg *background;
QObject *source;
QPointer<QObject> source;
};
void ToolTip::showEvent(QShowEvent *e)