Add two missing hyphens

Change-Id: Ic320c96208fe7f8340c7eb9e9d068813d769056a
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Edward Welbourne 2017-04-27 18:17:48 +02:00 committed by Jesus Fernandez
parent ea15b170ef
commit a4192166c8
2 changed files with 2 additions and 2 deletions

View File

@ -2527,7 +2527,7 @@ uint qHash(long double key, uint seed) Q_DECL_NOTHROW
/*! \fn QMultiHash::QMultiHash(std::initializer_list<std::pair<Key,T> > list)
\since 5.1
Constructs a multi hash with a copy of each of the elements in the
Constructs a multi-hash with a copy of each of the elements in the
initializer list \a list.
This function is only available if the program is being

View File

@ -1867,7 +1867,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
/*! \fn QMultiMap::QMultiMap(std::initializer_list<std::pair<Key,T> > list)
\since 5.1
Constructs a multi map with a copy of each of the elements in the
Constructs a multi-map with a copy of each of the elements in the
initializer list \a list.
This function is only available if the program is being