SVN_SILENT Fix comment!

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=757780
This commit is contained in:
Riccardo Iaconelli 2008-01-05 21:48:33 +00:00
parent 9b81fdea2e
commit 83844b66a2

View File

@ -129,7 +129,7 @@ void DesktopToolbox::hoverEnterEvent(QGraphicsSceneHoverEvent *event)
void DesktopToolbox::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
{
// Plasma::Phase::self->moveItem(this, Phase::SlideOut, boundingRect()QPoint(-50, -50));
int x = m_size*2; // TODO: this is an arbitrary value, try to calculate basing on the tool width
int x = m_size*2;
int y = 0;
Plasma::Phase* phase = Plasma::Phase::self();
foreach (QGraphicsItem* tool, QGraphicsItem::children()) {