mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Qt6 fixes
This commit is contained in:
parent
76adc371ac
commit
06570b86aa
@ -1409,7 +1409,7 @@ class TestQgsMarkerSymbol(QgisTestCase):
|
||||
markerSymbol.setBufferSettings(s)
|
||||
|
||||
image = QImage(200, 200, QImage.Format.Format_RGB32)
|
||||
image.fill(Qt.transparent)
|
||||
image.fill(Qt.GlobalColor.transparent)
|
||||
|
||||
painter = QPainter(image)
|
||||
context = QgsRenderContext.fromQPainter(painter)
|
||||
@ -1461,7 +1461,7 @@ class TestQgsMarkerSymbol(QgisTestCase):
|
||||
markerSymbol.setBufferSettings(s)
|
||||
|
||||
image = QImage(200, 200, QImage.Format.Format_RGB32)
|
||||
image.fill(Qt.transparent)
|
||||
image.fill(Qt.GlobalColor.transparent)
|
||||
|
||||
painter = QPainter(image)
|
||||
context = QgsRenderContext.fromQPainter(painter)
|
||||
@ -1508,7 +1508,7 @@ class TestQgsMarkerSymbol(QgisTestCase):
|
||||
markerSymbol.setBufferSettings(s)
|
||||
|
||||
image = QImage(200, 200, QImage.Format.Format_RGB32)
|
||||
image.fill(Qt.transparent)
|
||||
image.fill(Qt.GlobalColor.transparent)
|
||||
|
||||
painter = QPainter(image)
|
||||
context = QgsRenderContext.fromQPainter(painter)
|
||||
@ -1557,7 +1557,7 @@ class TestQgsMarkerSymbol(QgisTestCase):
|
||||
markerSymbol.setBufferSettings(s)
|
||||
|
||||
image = QImage(200, 200, QImage.Format.Format_RGB32)
|
||||
image.fill(Qt.transparent)
|
||||
image.fill(Qt.GlobalColor.transparent)
|
||||
|
||||
painter = QPainter(image)
|
||||
context = QgsRenderContext.fromQPainter(painter)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user