aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-02-03 13:05:19 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2020-02-04 17:34:21 +0100
commit3e4ac81116e1ae205f4e781661ff4e42df2d234d (patch)
tree8e4cb19a7e0970deecee46717539cfc58b1aaa3c /src/qml/doc/src
parent13b959fe707432bd1c590b131ae4a2003b89d782 (diff)
Remove uses of QLinkedList
QLinkedList is moved to Qt5Compat. Remove the unused include and don't mention it in docs. Task-number: QTBUG-81630 Task-number: QTBUG-80312 Change-Id: I7136a23cf458b50da6a7be6612cc5c5d3f4004e9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/cppintegration/data.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/data.qdoc b/src/qml/doc/src/cppintegration/data.qdoc
index 7c2693508c..4095cd22ea 100644
--- a/src/qml/doc/src/cppintegration/data.qdoc
+++ b/src/qml/doc/src/cppintegration/data.qdoc
@@ -284,7 +284,7 @@ In particular, QML currently supports:
\li \c {std::vector<bool>}
\endlist
-and all registered QList, QVector, QQueue, QStack, QSet, QLinkedList, std::list,
+and all registered QList, QVector, QQueue, QStack, QSet, std::list,
std::vector that contain a type marked with \l Q_DECLARE_METATYPE.
These sequence types are implemented directly in terms of the underlying C++