Skip to content

Commit d97f05e

Browse files
committedFeb 7, 2013
fix SLOT
1 parent 66696ba commit d97f05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptoolidentifyaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ QgsMapToolIdentifyAction::QgsMapToolIdentifyAction( QgsMapCanvas * canvas )
4848
QPixmap myIdentifyQPixmap = QPixmap(( const char ** ) identify_cursor );
4949
mCursor = QCursor( myIdentifyQPixmap, 1, 1 );
5050

51-
connect( this, SIGNAL( changedRasterResults( QList<IdentifyResult>& ) ), this, SLOT( handleChangedRasterResults( QList<RasterResult>& ) ) );
51+
connect( this, SIGNAL( changedRasterResults( QList<IdentifyResult>& ) ), this, SLOT( handleChangedRasterResults( QList<IdentifyResult>& ) ) );
5252
}
5353

5454
QgsMapToolIdentifyAction::~QgsMapToolIdentifyAction()

0 commit comments

Comments
 (0)
Please sign in to comment.