Doc: Fix punctuation for QMetaType::QMetaType()

Change-Id: I99d78ae475844f3d145952fd789c5753979745f7
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
Kai Koehne 2020-02-26 14:21:26 +01:00
parent 4e51dc440f
commit e1b6c67bcd

View File

@ -2255,7 +2255,7 @@ QMetaType QMetaType::typeInfo(const int type)
Constructs a QMetaType object that contains all information about type \a typeId.
\note: The default parameter was added in Qt 5.15
\note The default parameter was added in Qt 5.15.
*/
QMetaType::QMetaType(const int typeId)
: m_typeId(typeId)