We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6515dc8 commit e12f6bbCopy full SHA for e12f6bb
src/app/legend/qgslegend.cpp
@@ -2158,6 +2158,8 @@ void QgsLegend::removePixmapHeightValue( int height )
2158
2159
void QgsLegend::handleCloseEditor( QWidget * editor, QAbstractItemDelegate::EndEditHint hint )
2160
{
2161
+ Q_UNUSED( editor );
2162
+ Q_UNUSED( hint );
2163
QgsLegendItem *item = dynamic_cast<QgsLegendItem *>( currentItem() );
2164
if ( item )
2165
0 commit comments