Bug report #20522
QgsMapSettingsUtils::worldFileContent() returns python string
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Core | ||
Affected QGIS version: | 3.5(master) | Regression?: | No |
Operating System: | Win7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 28342 |
Description
Docs here https://qgis.org/api/classQgsMapSettingsUtils.html
state, that QgsMapSettingsUtils::worldFileContent returns QString, but actually i returns python string
History
#1 Updated by Nyall Dawson about 6 years ago
- Status changed from Open to Closed
That's normal -- all qstrings are transparently converted to python strings for convenience.