Skip to content
Permalink
Browse files
Fix warning
  • Loading branch information
nyalldawson committed Jan 15, 2014
1 parent 00efc46 commit eb9ce3a
Showing 1 changed file with 1 addition and 0 deletions.
@@ -887,6 +887,7 @@ double QgsImageFillSymbolLayer::dxfWidth( const QgsDxfExport& e, const QgsSymbol

QColor QgsImageFillSymbolLayer::dxfColor( const QgsSymbolV2RenderContext& context ) const
{
Q_UNUSED( context );
if ( !mOutline )
{
return QColor( Qt::black );

0 comments on commit eb9ce3a

Please sign in to comment.