Add two missing hyphens
Change-Id: Ic320c96208fe7f8340c7eb9e9d068813d769056a Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
ea15b170ef
commit
a4192166c8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue