Doc: update QMap's description following 5cb036851
authorPierre Rossi <pierre.rossi@digia.com>
Tue, 25 Sep 2012 18:32:06 +0000 (20:32 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 00:40:19 +0000 (02:40 +0200)
Change-Id: I9dccb9f64578cf8c9da50524c5d4d1201ab488bd
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/corelib/tools/qmap.cpp

index 49db8a3..dea87c6 100644 (file)
@@ -364,7 +364,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
 /*!
     \class QMap
     \inmodule QtCore
-    \brief The QMap class is a template class that provides a skip-list-based dictionary.
+    \brief The QMap class is a template class that provides a red-black-tree-based dictionary.
 
     \ingroup tools
     \ingroup shared