summaryrefslogtreecommitdiffstats
path: root/doc/src/containers.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/containers.qdoc')
-rw-r--r--doc/src/containers.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/containers.qdoc b/doc/src/containers.qdoc
index 11a4b0b54..49dae638b 100644
--- a/doc/src/containers.qdoc
+++ b/doc/src/containers.qdoc
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -682,7 +682,7 @@
\header \o{1,2} \o{2,1} Key lookup \o{2,1} Insertion
\header \o Average \o Worst case \o Average \o Worst case
\row \o QMap<Key, T> \o O(log \e n) \o O(log \e n) \o O(log \e n) \o O(log \e n)
- \row \o QMultiMap<Key, T> \o O((log \e n) \o O(log \e n) \o O(log \e n) \o O(log \e n)
+ \row \o QMultiMap<Key, T> \o O(log \e n) \o O(log \e n) \o O(log \e n) \o O(log \e n)
\row \o QHash<Key, T> \o Amort. O(1) \o O(\e n) \o Amort. O(1) \o O(\e n)
\row \o QSet<Key> \o Amort. O(1) \o O(\e n) \o Amort. O(1) \o O(\e n)
\endtable