create the dpointer, doh!
svn path=/trunk/KDE/kdelibs/; revision=1017588
This commit is contained in:
parent
d04a5b7624
commit
c76be95adb
@ -46,7 +46,8 @@ public:
|
||||
};
|
||||
|
||||
ItemBackground::ItemBackground(QGraphicsWidget *parent)
|
||||
: QGraphicsWidget(parent)
|
||||
: QGraphicsWidget(parent),
|
||||
d(new ItemBackgroundPrivate)
|
||||
{
|
||||
d->frameSvg = new Plasma::FrameSvg(this);
|
||||
d->animId = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user