~ubuntu-branches/ubuntu/quantal/kde4libs/quantal

« back to all changes in this revision

Viewing changes to plasma/containment.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-27 09:09:17 UTC
  • mto: (0.5.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 248.
  • Revision ID: package-import@ubuntu.com-20110727090917-40sz5hkh8yh17tf0
Tags: upstream-4.7.0
Import upstream version 4.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1680
1680
 
1681
1681
bool Containment::sceneEventFilter(QGraphicsItem *watched, QEvent *event)
1682
1682
{
1683
 
    Q_UNUSED(watched)
1684
 
    Q_UNUSED(event)
1685
 
    return false;
 
1683
    return Applet::sceneEventFilter(watched, event);
1686
1684
}
1687
1685
 
1688
1686
QVariant Containment::itemChange(GraphicsItemChange change, const QVariant &value)