summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/external-resources.qdoc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-07-16 13:57:26 +0200
committerMartin Smith <martin.smith@digia.com>2015-07-27 17:09:54 +0000
commit02c906acc31dda1ab167ec06a13ec3b44f33bf1c (patch)
tree9cb334cfcf4fb65afd280da7aabf162ca89d94f8 /src/corelib/doc/src/external-resources.qdoc
parentc067c012dc3a54173c99e2a23ea2d04578bfab26 (diff)
doc: Corrected docs for QList and QVector
The docs for QList advised users to choose QList over QVector for efficiency reasons. The advise should be to use QVector over QList for efficiency reasons. This update corrects that misunderstanding. Change-Id: Ie04c99ab7fe6aef4bd1d39175c9564455b0122de Task-number: QTBUG-47196 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/corelib/doc/src/external-resources.qdoc')
-rw-r--r--src/corelib/doc/src/external-resources.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/doc/src/external-resources.qdoc b/src/corelib/doc/src/external-resources.qdoc
index ec4715c933..d612ce8280 100644
--- a/src/corelib/doc/src/external-resources.qdoc
+++ b/src/corelib/doc/src/external-resources.qdoc
@@ -65,4 +65,13 @@
\externalpage http://doc-snapshot.qt-project.org/qt5-5.4/designer-widget-mode.html#the-property-editor
\title Qt Designer's Widget Editing Mode#The Property Editor
*/
+
+/*!
+ \externalpage http://marcmutz.wordpress.com/effective-qt/containers/#containers-qlist
+ \title Pros and Cons of Using QList
+*/
+
+/*!
+ \externalpage http://marcmutz.wordpress.com/effective-qt/containers/
+ \title Understand the Qt Containers
*/