Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename setAcceptsHoverEvents
setAcceptsHoverEvents was obsoleted in place of setAcceptHoverEvent in
Qt 4.4. They behave the same.
  • Loading branch information
simonsonc committed Apr 1, 2014
1 parent b60794e commit d969fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermousehandles.cpp
Expand Up @@ -45,7 +45,7 @@ QgsComposerMouseHandles::QgsComposerMouseHandles( QgsComposition *composition )
QObject::connect( mComposition, SIGNAL( selectionChanged() ), this, SLOT( selectionChanged() ) );

//accept hover events, required for changing cursor to resize cursors
setAcceptsHoverEvents( true );
setAcceptHoverEvents( true );
}

QgsComposerMouseHandles::~QgsComposerMouseHandles()
Expand Down

0 comments on commit d969fb3

Please sign in to comment.