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

« back to all changes in this revision

Viewing changes to kolf/overlay.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:
201
201
        m_interactorAnimator->setOpacity(0); //not visible at first
202
202
        m_interactorItem->setBrush(Qt::green);
203
203
        connect(m_interactorItem, SIGNAL(clicked(int)), this, SLOT(activatorClicked(int))); //note that interactor item is over activator in hovered mode
204
 
        connect(m_interactorItem, SIGNAL(dragged(const QPointF&)), this, SLOT(interactorDragged(const QPointF&)));
 
204
        connect(m_interactorItem, SIGNAL(dragged(QPointF)), this, SLOT(interactorDragged(QPointF)));
205
205
        //initialize handle manager
206
206
        m_handleAnimator->setZValue(3);
207
207
        m_handleAnimator->setHideWhenInvisible(true);