Skip to content

Commit f00db95

Browse files
committedNov 26, 2014
Fix Qt5 build
1 parent 0d54a4f commit f00db95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/symbology-ng/qgssymbollayerv2widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,7 @@ void QgsRasterFillSymbolLayerWidget::updatePreviewImage()
32073207
QImage image( mLayer->imageFilePath() );
32083208
if ( image.isNull() )
32093209
{
3210-
mLabelImagePreview->setPixmap( 0 );
3210+
mLabelImagePreview->setPixmap( QPixmap() );
32113211
return;
32123212
}
32133213

0 commit comments

Comments
 (0)
Please sign in to comment.