Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Nov 5, 2012
1 parent 6515dc8 commit e12f6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/legend/qgslegend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,8 @@ void QgsLegend::removePixmapHeightValue( int height )

void QgsLegend::handleCloseEditor( QWidget * editor, QAbstractItemDelegate::EndEditHint hint )
{
Q_UNUSED( editor );
Q_UNUSED( hint );
QgsLegendItem *item = dynamic_cast<QgsLegendItem *>( currentItem() );
if ( item )
{
Expand Down

0 comments on commit e12f6bb

Please sign in to comment.