Skip to content

Commit

Permalink
fix one more warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 25, 2012
1 parent fdefb5b commit ee4ac59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsrasterlayerproperties.cpp
Expand Up @@ -1547,6 +1547,7 @@ void QgsRasterLayerProperties::updatePipeList()

void QgsRasterLayerProperties::pipeItemClicked( QTreeWidgetItem * item, int column )
{
Q_UNUSED( column );
QgsDebugMsg( "Entered" );
int idx = mPipeTreeWidget->indexOfTopLevelItem( item );

Expand Down

0 comments on commit ee4ac59

Please sign in to comment.