QMap: remove statement about STL support during Qt's own configuration
Since STL support is mandatory in Qt 5, the sentence is a tautology and can be removed. Change-Id: I8676368cc917aa00a85b1113ed2a47694427b2ce Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
131b7c8f64
commit
874852d625
|
|
@ -533,9 +533,6 @@ void QMapDataBase::freeData(QMapDataBase *d)
|
|||
|
||||
Constructs a copy of \a other.
|
||||
|
||||
This function is only available if Qt is configured with STL
|
||||
compatibility enabled.
|
||||
|
||||
\sa toStdMap()
|
||||
*/
|
||||
|
||||
|
|
@ -552,9 +549,6 @@ void QMapDataBase::freeData(QMapDataBase *d)
|
|||
/*! \fn std::map<Key, T> QMap::toStdMap() const
|
||||
|
||||
Returns an STL map equivalent to this QMap.
|
||||
|
||||
This function is only available if Qt is configured with STL
|
||||
compatibility enabled.
|
||||
*/
|
||||
|
||||
/*! \fn QMap::~QMap()
|
||||
|
|
|
|||
Loading…
Reference in New Issue