summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.qdoc
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-09-02 12:15:07 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-09-03 03:55:42 +0000
commite4961b35deb202525d4711dbb14f8c2bb0bf5c26 (patch)
treeffc5fba6592504cdacb82f174f781fd6fedc1e8a /src/corelib/tools/qvector.qdoc
parent85aa56339bf39db075b72f35de9b39175c6c6ca5 (diff)
Revert "Revert "QVector: add a construction from QArrayDataPointerRef""v5.15.1
Removing the constructor caused a binary compatibility break. The symbol is being used even though it might be considered private API. This reverts commit bf8268956b866e022825f81aa46833749a1ece28. Fixes: QTBUG-86392 Pick-to: 5.15 Change-Id: I04fc3058e68a6a0cf293bcc8a5a83031dc1e96fb Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'src/corelib/tools/qvector.qdoc')
-rw-r--r--src/corelib/tools/qvector.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/tools/qvector.qdoc b/src/corelib/tools/qvector.qdoc
index 0b82d47f49..116d962411 100644
--- a/src/corelib/tools/qvector.qdoc
+++ b/src/corelib/tools/qvector.qdoc
@@ -269,6 +269,11 @@
The value type of \c InputIterator must be convertible to \c T.
*/
+/*!
+ \fn template <typename T> QVector<T>::QVector(QArrayDataPointerRef<T> ref)
+ \internal
+*/
+
/*! \fn template <typename T> QVector<T>::~QVector()
Destroys the vector.