Doc: Fix wording of operator=!(QMetaType, QMetaType()

Change-Id: I02ca10f968acb42a6e0d793cad78d7d0baa7f472
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
Kai Koehne 2020-02-26 14:23:56 +01:00
parent da059d0382
commit e939d34a9f

View File

@ -528,7 +528,7 @@ struct DefinedTypesFilter {
\relates QMetaType
\overload
Returns \c true if the QMetaType \a a represents a difference type
Returns \c true if the QMetaType \a a represents a different type
than the QMetaType \a b, otherwise returns \c false.
*/