Skip to content

Commit eb0f1d3

Browse files
nyalldawsongithub-actions[bot]
authored andcommittedApr 10, 2023
Fix incorrect argument order in header
No actual bug fixed by this -- both arguments are always true wherever this object is used
1 parent 1af646d commit eb0f1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmsprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ class QgsWmsTiledImageDownloadHandler : public QObject
648648
QImage *image,
649649
const QgsRectangle &viewExtent,
650650
double sourceResolution,
651-
bool resamplingEnabled,
652651
bool smoothPixmapTransform,
652+
bool resamplingEnabled,
653653
QgsRasterBlockFeedback *feedback );
654654
~QgsWmsTiledImageDownloadHandler() override;
655655

0 commit comments

Comments
 (0)
Please sign in to comment.