take care of our own connecting, thank you very much
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=828086
This commit is contained in:
parent
9e8629645a
commit
6f06fd2590
@ -104,6 +104,7 @@ DesktopToolBox::DesktopToolBox(QGraphicsItem *parent)
|
||||
d(new DesktopToolBoxPrivate)
|
||||
{
|
||||
connect(Plasma::Animator::self(), SIGNAL(movementFinished(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
|
||||
connect(this, SIGNAL(toggled()), this, SLOT(toggle()));
|
||||
|
||||
setZValue(10000000);
|
||||
setFlag(ItemClipsToShape, true);
|
||||
|
Loading…
Reference in New Issue
Block a user