QGIS/scripts/pyqt5_to_pyqt6
Nyall Dawson 0bc45a4c90 pyqt5_to_pyqt6: Fix qApp, warn on QRegExp
Auto replace qApp with QApplication.instance()
Raise warnings if script imports QRegExp. We can't auto replace
with QRegularExpression here, the API is just way too different.
2024-01-29 09:17:02 +01:00
..