mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Address review
This commit is contained in:
parent
0f76f986be
commit
7d4c4e3ce2
@ -9,7 +9,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
typedef QList<QgsSymbolLayer *> QgsSymbolLayerList;
|
||||
|
||||
class QgsSymbolAnimationSettings
|
||||
|
@ -1083,7 +1083,6 @@ QImage QgsSymbol::bigSymbolPreviewImage( QgsExpressionContext *expressionContext
|
||||
context.setFlag( Qgis::RenderContextFlag::Antialiasing );
|
||||
context.setFlag( Qgis::RenderContextFlag::HighQualityImageTransforms );
|
||||
context.setPainterFlagsUsingContext( &p );
|
||||
context.setDevicePixelRatio( devicePixelRatio );
|
||||
|
||||
if ( screen.isValid() )
|
||||
{
|
||||
|
@ -27,8 +27,6 @@ class QgsLegendPatchShape;
|
||||
class QgsSymbolRenderContext;
|
||||
class QgsLineSymbolLayer;
|
||||
|
||||
class QScreen;
|
||||
|
||||
typedef QList<QgsSymbolLayer *> QgsSymbolLayerList;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user