summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2023-09-07 14:00:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-08 17:03:12 +0000
commit09e1129c375d6dba0100d750927396ed6a09abe1 (patch)
treead2d1feb5c9b2535731db351e5ca5ae7fa0c0732
parentb733a19eeb3ffc16599aacc215c335cf6d92c9c8 (diff)
doc: Update the "What's New" Page with 6.6 changes
Change-Id: Ic9b3aa0ea1e9a4aa6d6e35d35fb6fc808c90162b Reviewed-by: Bernd Weimer <bernd.weimer@qt.io> (cherry picked from commit ef060adfca9a9f1617dd9a5ae6a4cc63ed511ecf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/interfaceframework/doc/src/ifcodegen/generator-usage.qdoc4
-rw-r--r--src/interfaceframework/doc/src/whatsnew.qdoc8
2 files changed, 11 insertions, 1 deletions
diff --git a/src/interfaceframework/doc/src/ifcodegen/generator-usage.qdoc b/src/interfaceframework/doc/src/ifcodegen/generator-usage.qdoc
index c3829660..608af873 100644
--- a/src/interfaceframework/doc/src/ifcodegen/generator-usage.qdoc
+++ b/src/interfaceframework/doc/src/ifcodegen/generator-usage.qdoc
@@ -472,7 +472,9 @@
\li Defines the possible values for the property; the generated code in the simulator
backend validates the value.
\row
- \li \code
+ \li
+ \target config_simulator_unsupported
+ \code
config_simulator:
unsupported: yes
\endcode
diff --git a/src/interfaceframework/doc/src/whatsnew.qdoc b/src/interfaceframework/doc/src/whatsnew.qdoc
index 40471192..0f250909 100644
--- a/src/interfaceframework/doc/src/whatsnew.qdoc
+++ b/src/interfaceframework/doc/src/whatsnew.qdoc
@@ -6,6 +6,14 @@
The following page descibes new features by Qt Version:
+\section1 6.6
+
+\list
+ \li Introduced a new \l{config_simulator_unsupported}{"unsupported"} annotation for simulation data
+ \li Ability to deprecate ifcodegen annotations
+ \li New compiled ifcodegen binary (helps distribution in installer)
+\endlist
+
\section1 6.5
\list