summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/qt6-changes.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc
index 4dd7488e1b..b92144a699 100644
--- a/src/corelib/doc/src/qt6-changes.qdoc
+++ b/src/corelib/doc/src/qt6-changes.qdoc
@@ -161,10 +161,9 @@
\section3 Stability of References
There are several changes made to the QVector/QList implementation. The
- QVector related ones are: insertion at the beginning is optimized (similarly
- to QList in Qt 5) and element removal can reallocate in order to remove the
- unused capacity. The QList related one is: memory layout for the elements is
- simplified.
+ QVector related one is: insertion at the beginning is optimized (similarly
+ to QList in Qt 5). The QList related one is: memory layout for the elements
+ is simplified.
\important These changes impact the stability of references. In Qt 6, you
should consider any size or capacity modifying method to invalidate all