Fix mem leak
svn path=/trunk/KDE/kdelibs/; revision=1017674
This commit is contained in:
parent
663feaa341
commit
55187668a8
@ -68,7 +68,9 @@ ItemBackground::ItemBackground(QGraphicsWidget *parent)
|
||||
}
|
||||
|
||||
ItemBackground::~ItemBackground()
|
||||
{}
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
void ItemBackground::setTarget(const QRectF &newGeometry)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user