Skip to content

Commit ee4ac59

Browse files
committedJul 25, 2012
fix one more warning
1 parent fdefb5b commit ee4ac59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsrasterlayerproperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,7 @@ void QgsRasterLayerProperties::updatePipeList()
15471547

15481548
void QgsRasterLayerProperties::pipeItemClicked( QTreeWidgetItem * item, int column )
15491549
{
1550+
Q_UNUSED( column );
15501551
QgsDebugMsg( "Entered" );
15511552
int idx = mPipeTreeWidget->indexOfTopLevelItem( item );
15521553

0 commit comments

Comments
 (0)
Please sign in to comment.