aboutsummaryrefslogtreecommitdiffstats
path: root/tools/doc_modules.py
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-08-01 18:35:28 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-08-15 08:16:12 +0000
commit54898f87b56b31dacc6bda8ff8c6d98f9cc0c26d (patch)
treec589806e119b96396bd2700be84ae16c224a590f /tools/doc_modules.py
parent078fb526b34d980d26af2f73b5ddf4499e889b59 (diff)
Fix QLocale.toLong return value
The currently implementation was using an inherited toLong function, not returning the Tuple[int, bool] that the docs described. This adds a modification to follow the same idea of all the other to*() methods. Additionally, we remove all the to*() methods that accept a QStringView, due to behaving the same with the QString variations. [ChangeLog][pyside6] QLocale.toLong now properly returns a (int, bool) rather than only int Fixes: PYSIDE-2226 Change-Id: I5634e4010982e115c8208fdb9b56cfc57960358b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'tools/doc_modules.py')
0 files changed, 0 insertions, 0 deletions