aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbuiltinfunctions.cpp
diff options
context:
space:
mode:
authorOlivier De Cannière <olivier.decanniere@qt.io>2023-10-27 17:34:03 +0200
committerOlivier De Cannière <olivier.decanniere@qt.io>2023-11-27 21:18:42 +0200
commit7290d66e31c36a8ccbb3c630931367c01d34ffbe (patch)
treeb08ffb34350e0536cc0ebccca78fcc8af13b6064 /src/qml/qml/qqmlbuiltinfunctions.cpp
parent59daf95ac972cc93a48455835f98e79d9bff5810 (diff)
Doc: Remove reference to string based constructors from "Qt Qml Type"
The page mentions that there are string based constructors for several types and links to the "Qml Value Type" page for more information. We discourage the use of string based constructors and the linked page doesn't even mention these constructors at all. Drop the reference to the other page. Change-Id: I0192112fd846decc0a5a561acf10336a3b174d71 Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlbuiltinfunctions.cpp')
-rw-r--r--src/qml/qml/qqmlbuiltinfunctions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlbuiltinfunctions.cpp b/src/qml/qml/qqmlbuiltinfunctions.cpp
index 10d34c683e..8845d6194d 100644
--- a/src/qml/qml/qqmlbuiltinfunctions.cpp
+++ b/src/qml/qml/qqmlbuiltinfunctions.cpp
@@ -110,8 +110,6 @@ creating objects of specific data types are also available for clients to use:
\li \c matrix4x4 - use \l{Qt::matrix4x4()}{Qt.matrix4x4()}
\endlist
-There are also string based constructors for these types. See \l{qtqml-typesystem-valuetypes.html}{QML Value Types} for more information.
-
\section1 Date/Time Formatters
The Qt object contains several functions for formatting QDateTime, QDate and QTime values.