Correct these calls, even if they're commented, one might still want to have this correct

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=853024
This commit is contained in:
Sebastian Kügler 2008-08-27 01:06:40 +00:00
parent ef72738960
commit 9d5e4b488e

View File

@ -79,7 +79,7 @@ QPoint popupPosition(const QGraphicsItem * item, const QSize &s)
QPoint pos = v->mapFromScene(item->scenePos());
pos = v->mapToGlobal(pos);
//kDebug() << "==> position is" << scenePos() << v->mapFromScene(scenePos()) << pos;
//kDebug() << "==> position is" << item->scenePos() << v->mapFromScene(item->scenePos()) << pos;
Plasma::View *pv = dynamic_cast<Plasma::View *>(v);
Plasma::Location loc = Floating;