From fdbafa033723d34cfeca998d277edccf450dabeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Wed, 22 Oct 2008 12:54:04 +0000 Subject: [PATCH] Fix a crash when you change between desktops with tooltip activated svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874774 --- private/tooltip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/tooltip.cpp b/private/tooltip.cpp index 1b345ccdf..c059cefd8 100644 --- a/private/tooltip.cpp +++ b/private/tooltip.cpp @@ -53,7 +53,7 @@ class ToolTipPrivate WindowPreview *preview; WId windowToPreview; PanelSvg *background; - QObject *source; + QPointer source; }; void ToolTip::showEvent(QShowEvent *e)