Discussion:
[Development] Qt 6 and standard types
Bernhard Lindner
2018-11-17 20:58:10 UTC
Permalink
Hi everybody!

Are there any plans for Qt6' API to use standard types like size_t (or special
replacements like qsizetype) for return values and parameters that have platform dependent
width?
--
Best Regards,
Bernhard Lindner
Thiago Macieira
2018-11-17 21:18:40 UTC
Permalink
Post by Bernhard Lindner
Hi everybody!
Are there any plans for Qt6' API to use standard types like size_t (or
special replacements like qsizetype) for return values and parameters that
have platform dependent width?
Yes. See the thread "Another integer typedef OR how to prepare for 64-bit in
Qt 5"
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Volker Hilsheimer
2018-11-19 20:06:30 UTC
Permalink
Post by Thiago Macieira
Post by Bernhard Lindner
Hi everybody!
Are there any plans for Qt6' API to use standard types like size_t (or
special replacements like qsizetype) for return values and parameters that
have platform dependent width?
Yes. See the thread "Another integer typedef OR how to prepare for 64-bit in
Qt 5”
Are those discussions, once they have resulted in a conclusion/decision, turned into wiki pages or design documents or something?

Archived email threads are not a great way of capturing knowledge, which is not helped by the somewhat archaic search capabilities of the mailman UI.

Cheers,
Volker
Thiago Macieira
2018-11-19 20:40:43 UTC
Permalink
Post by Volker Hilsheimer
Post by Thiago Macieira
Post by Bernhard Lindner
Hi everybody!
Are there any plans for Qt6' API to use standard types like size_t (or
special replacements like qsizetype) for return values and parameters that
have platform dependent width?
Yes. See the thread "Another integer typedef OR how to prepare for 64-bit in
Qt 5”
Post by Volker Hilsheimer
Are those discussions, once they have resulted in a conclusion/decision,
turned into wiki pages or design documents or something?
They should be turned into QUIPs, if relevant.
Post by Volker Hilsheimer
Archived email threads are not a great way of capturing knowledge, which is
not helped by the somewhat archaic search capabilities of the mailman UI.
I know.

Anyway: https://codereview.qt-project.org/246012
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Loading...