Not necessary to test it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=836698
This commit is contained in:
Laurent Montel 2008-07-22 20:21:41 +00:00
parent 538272d133
commit 5e5622ddf2

View File

@ -130,7 +130,7 @@ ToolTipManager::ToolTipManager(QObject* parent)
ToolTipManager::~ToolTipManager()
{
if (d) delete d;
delete d;
}
void ToolTipManager::showToolTip(QGraphicsWidget *widget)