qgis / qgis4.0_api

Tracker for QGIS 4.0 API related issues and developer discussion
3 stars 1 forks source link

Replace int with long for some size types for QgsRasterInterface #103

Open elpaso opened 4 years ago

elpaso commented 4 years ago

Methods such as: QgsRasterInterface::xSize should really return long instead of int.

nyalldawson commented 4 years ago

That's not a break for python, you could make that change now (should be qgssize though?)

m-kuhn commented 4 years ago

I also can't think of a reason why this would break C++ API either (only ABI, but we never cared about that so far).

elpaso commented 4 years ago

got it, let's leave this as a reminder/TODO