SVN_SILENT conform to kdelibs style

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=736150
This commit is contained in:
Jeremy Paul Whiting 2007-11-13 15:49:28 +00:00
parent f1af4e3271
commit 311f58dea6

View File

@ -516,10 +516,11 @@ bool Containment::sceneEventFilter(QGraphicsItem *watched, QEvent *event)
// Otherwise we're watching something we shouldn't be...
Q_ASSERT(applet!=0);
if (!d->applets.contains(applet)) return false;
if (!d->applets.contains(applet)) {
return false;
}
switch (event->type())
{
switch (event->type()) {
case QEvent::GraphicsSceneHoverEnter:
if (!d->immutable && !applet->isImmutable()
&& !d->handles.contains(applet)) {