aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-12 11:54:57 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-01-21 01:23:59 +0100
commit712b637b581fb4e9bbf5b09f6a048b625e4d28ea (patch)
tree167903ac6ca8372f666e868fb3a56d9632d4379a /examples
parent2ead10bf55733defe58616de7fe2c28452d00c93 (diff)
Rename "Basic Types" to "Value Types"
Internally they've been called "value types" all along. Now that we are adding the ability to define your own value types the "basic" name is not really fitting anymore. Value types can be quite complex. Change-Id: I5fb4abec1dd2f0bbf7fb7f08b02db0882490e983 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/qmldom/qmldomloadeditwrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/qmldom/qmldomloadeditwrite.cpp b/examples/qml/qmldom/qmldomloadeditwrite.cpp
index 074320d598..0b5b35b2c8 100644
--- a/examples/qml/qmldom/qmldomloadeditwrite.cpp
+++ b/examples/qml/qmldom/qmldomloadeditwrite.cpp
@@ -189,7 +189,7 @@ int main()
}
// ### DomKind
- // any DomItem belongs to 5 basic types
+ // any DomItem belongs to one of 5 fundamental types
// 1. Object (a C++ object)
Q_ASSERT(qmlFile.domKind() == DomKind::Object);