New Classes and Functions in Qt 5.12
This page contains a comprehensive list of all new classes and functions introduced in Qt 5.12. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.
New Classes
New Global Functions
| void | qFromBigEndian(const void *src, int count, void *dest) |
| void | qFromLittleEndian(const void *src, int count, void *dest) |
| void | qToBigEndian(const void *src, int count, void *dest) |
| void | qToLittleEndian(const void *src, int count, void *dest) |
New Macros
| QT_TRANSLATE_N_NOOP(context, sourceText) | |
| QT_TRANSLATE_N_NOOP3(context, sourceText, comment) | |
| QT_TR_N_NOOP(sourceText) |