Sorry, I commited the wrong file.

svn path=/trunk/KDE/kdelibs/; revision=1094591
This commit is contained in:
Davide Bettio 2010-02-22 23:24:05 +00:00
parent 4dec145f85
commit c8cd5ca258

View File

@ -731,7 +731,6 @@ void AppletHandle::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
bool AppletHandle::sceneEvent(QEvent *event)
{
switch (event->type()) {
#if 0
case QEvent::TouchEnd: {
QTransform t = m_applet->transform();
QRectF geom = m_applet->geometry();
@ -779,11 +778,6 @@ bool AppletHandle::sceneEvent(QEvent *event)
}
return true;
#endif
case QEvent::Gesture
{
QGesture *gesture = static_cast<QGestureEvent*>(event);
return true;
}
default:
break;