Fix typo in QMetaType documentation.
Change-Id: I934b68978fb32a518ed7cf9b47f1600982f58f66 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
parent
e5dbef74b4
commit
5042145dd9
@ -310,7 +310,7 @@ struct DefinedTypesFilter {
|
|||||||
name to a type so that it can be created and destructed
|
name to a type so that it can be created and destructed
|
||||||
dynamically at run-time. Declare new types with Q_DECLARE_METATYPE()
|
dynamically at run-time. Declare new types with Q_DECLARE_METATYPE()
|
||||||
to make them available to QVariant and other template-based functions.
|
to make them available to QVariant and other template-based functions.
|
||||||
Call qRegisterMetaType() to make type available to non-template based
|
Call qRegisterMetaType() to make types available to non-template based
|
||||||
functions, such as the queued signal and slot connections.
|
functions, such as the queued signal and slot connections.
|
||||||
|
|
||||||
Any class or struct that has a public default
|
Any class or struct that has a public default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user