Skip to content

Commit

Permalink
identify tool: fix connection error
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 19, 2014
1 parent bdf857a commit 592064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptoolidentify.cpp
Expand Up @@ -684,7 +684,7 @@ void QgsMapToolIdentify::handleMenuHover()
hl->setColor( QColor( 255, 0, 0 ) );
hl->setWidth( 2 );
mRubberBands.append( hl );
connect( vl, SIGNAL( destroyed() ), this, SLOT( layerDestroyed() ) );
connect( lIt.key(), SIGNAL( destroyed() ), this, SLOT( layerDestroyed() ) );
}
}
}
Expand Down

0 comments on commit 592064b

Please sign in to comment.