Skip to content

Commit

Permalink
QMap: remove statement about STL support during Qt's own configuration
Browse files Browse the repository at this point in the history
Since STL support is mandatory in Qt 5, the sentence is a tautology
and can be removed.

Change-Id: I8676368cc917aa00a85b1113ed2a47694427b2ce
Reviewed-by: Marc Mutz <[email protected]>
  • Loading branch information
dangelog committed Aug 7, 2016
1 parent 131b7c8 commit 874852d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/corelib/tools/qmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
*/

Expand All @@ -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()
Expand Down

0 comments on commit 874852d

Please sign in to comment.