New Features in Qt 5.6: Difference between revisions
Jump to navigation
Jump to search
Allan Jensen (talk | contribs) (Chromium 44) |
(Add FreeType on OS X) |
||
Line 8: | Line 8: | ||
** Added API for custom URL schemes | ** Added API for custom URL schemes | ||
** Support for following global Qt proxy settings. | ** Support for following global Qt proxy settings. | ||
* Font rendering | |||
** Support for FreeType on Mac OS X | |||
== Other Changes == | == Other Changes == |
Revision as of 19:44, 10 August 2015
New Features
- Qt WebEngine
- Based on Chromium 44
- Support for flash pepper plugin
- Added API for custom URL schemes
- Support for following global Qt proxy settings.
- Font rendering
- Support for FreeType on Mac OS X
Other Changes
- Class Mechanics
- All implicitly-shared types are nothrow-move-assignable, nothrow-swappable
- Most implicitly-shared types are nothrow-move-constructible