SVN_SILENT: less awfully long line

svn path=/trunk/KDE/kdelibs/; revision=1039434
This commit is contained in:
Marco Martin 2009-10-23 12:07:48 +00:00
parent e90e2d54b7
commit d9de800d36

View File

@ -363,7 +363,9 @@ bool KineticScrolling::eventFilter(QObject *watched, QEvent *event)
d->forwardingEvent = false;
}
if (!notBlocked || ((event->type() != QEvent::GraphicsSceneMousePress && event->isAccepted()) && (event->type() != QEvent::GraphicsSceneWheel && event->isAccepted()))) {
if (!notBlocked ||
((event->type() != QEvent::GraphicsSceneMousePress && event->isAccepted()) &&
(event->type() != QEvent::GraphicsSceneWheel && event->isAccepted()))) {
return true;
}