Skip to content

Commit e12f6bb

Browse files
committedNov 5, 2012
fixed warning
1 parent 6515dc8 commit e12f6bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/legend/qgslegend.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,8 @@ void QgsLegend::removePixmapHeightValue( int height )
21582158

21592159
void QgsLegend::handleCloseEditor( QWidget * editor, QAbstractItemDelegate::EndEditHint hint )
21602160
{
2161+
Q_UNUSED( editor );
2162+
Q_UNUSED( hint );
21612163
QgsLegendItem *item = dynamic_cast<QgsLegendItem *>( currentItem() );
21622164
if ( item )
21632165
{

0 commit comments

Comments
 (0)