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:
parent
930f16f881
commit
fdbafa0337
@ -53,7 +53,7 @@ class ToolTipPrivate
|
|||||||
WindowPreview *preview;
|
WindowPreview *preview;
|
||||||
WId windowToPreview;
|
WId windowToPreview;
|
||||||
PanelSvg *background;
|
PanelSvg *background;
|
||||||
QObject *source;
|
QPointer<QObject> source;
|
||||||
};
|
};
|
||||||
|
|
||||||
void ToolTip::showEvent(QShowEvent *e)
|
void ToolTip::showEvent(QShowEvent *e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user