diff options
author | Mitch Curtis <mitch.curtis@qt.io> | 2023-02-21 10:23:23 +0800 |
---|---|---|
committer | Mitch Curtis <mitch.curtis@qt.io> | 2023-03-01 23:47:37 +0000 |
commit | 985f2c0a8ae9282aed9b9ddb1ae9fc933f012e28 (patch) | |
tree | 8fd4b2c3ee70f46d23d3de685be28b4a641b7a8c /doc | |
parent | f6c8bbb954038f08511634e47ccf007736ecddda (diff) | |
download | qtdoc-985f2c0a8ae9282aed9b9ddb1ae9fc933f012e28.tar.gz |
Doc: add Qt QML Core to Whats New in Qt 6.5 page
Task-number: QTBUG-110914
Pick-to: 6.5
Change-Id: I0a5184fcb26fb3011d78f7c645465ebdb6e16285
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/whatsnew/whatsnew65.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc index 2b4290b1..5e32c9c6 100644 --- a/doc/src/whatsnew/whatsnew65.qdoc +++ b/doc/src/whatsnew/whatsnew65.qdoc @@ -19,6 +19,8 @@ graphical effects on a Qt Quick \l{Item}. \li \l {Qt Quick 3D Physics} - A physics engine for use with Qt Quick 3D. This module is no longer in technical preview. + \li \l {Qt QML Core} - A module that exposes various \l {Qt Core} APIs + to QML. \endlist \section2 New and Restored Modules in Technical Preview |