~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to palapeli/src/engine/constraintvisualizer.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:50 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20111215141750-6tj6brf4azhrt915
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        //scene rect. If the connection was direct, we could thus enter an infinite
59
59
        //loop when the constraint visualizer enlarges itself in reaction to the
60
60
        //changed sceneRect, thereby changing the autogrowing sceneRect again.
61
 
        connect(scene, SIGNAL(sceneRectChanged(const QRectF&)), this, SLOT(update(const QRectF&)), Qt::QueuedConnection);
 
61
        connect(scene, SIGNAL(sceneRectChanged(QRectF)), this, SLOT(update(QRectF)), Qt::QueuedConnection);
62
62
}
63
63
 
64
64
bool Palapeli::ConstraintVisualizer::isActive() const