Sorry, I commited the wrong file.
svn path=/trunk/KDE/kdelibs/; revision=1094591
This commit is contained in:
parent
4dec145f85
commit
c8cd5ca258
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user