Skip to content

Commit

Permalink
Fix Qt5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 26, 2014
1 parent 0d54a4f commit f00db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgssymbollayerv2widget.cpp
Expand Up @@ -3207,7 +3207,7 @@ void QgsRasterFillSymbolLayerWidget::updatePreviewImage()
QImage image( mLayer->imageFilePath() );
if ( image.isNull() )
{
mLabelImagePreview->setPixmap( 0 );
mLabelImagePreview->setPixmap( QPixmap() );
return;
}

Expand Down

0 comments on commit f00db95

Please sign in to comment.