Fix mem leak

svn path=/trunk/KDE/kdelibs/; revision=1017674
This commit is contained in:
Laurent Montel 2009-08-31 07:22:56 +00:00
parent 663feaa341
commit 55187668a8

View File

@ -68,7 +68,9 @@ ItemBackground::ItemBackground(QGraphicsWidget *parent)
}
ItemBackground::~ItemBackground()
{}
{
delete d;
}
void ItemBackground::setTarget(const QRectF &newGeometry)
{