Address review

This commit is contained in:
Nyall Dawson 2023-06-22 12:30:17 +10:00
parent 0f76f986be
commit 7d4c4e3ce2
3 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@
typedef QList<QgsSymbolLayer *> QgsSymbolLayerList;
class QgsSymbolAnimationSettings

View File

@ -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() )
{

View File

@ -27,8 +27,6 @@ class QgsLegendPatchShape;
class QgsSymbolRenderContext;
class QgsLineSymbolLayer;
class QScreen;
typedef QList<QgsSymbolLayer *> QgsSymbolLayerList;
/**