Doc: update QMap's description following 5cb036851

Change-Id: I9dccb9f64578cf8c9da50524c5d4d1201ab488bd
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
bb10
Pierre Rossi 2012-09-25 20:32:06 +02:00 committed by The Qt Project
parent 60d096ff6d
commit aae8b745d2
1 changed files with 1 additions and 1 deletions

View 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