You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several places where instantiating templates for specific types would be useful - two obvious examples are QVariant::fromValue and QMetaType::qMetaTypeId where the obvious instantiations are for QObject*, void* and so on (so you can create variants that hold qobject and/or reason about metatypes) - a general mechanism for enumerating such instantiations would be useful.
The text was updated successfully, but these errors were encountered:
There are several places where instantiating templates for specific types would be useful - two obvious examples are
QVariant::fromValue
andQMetaType::qMetaTypeId
where the obvious instantiations are forQObject*
,void*
and so on (so you can create variants that hold qobject and/or reason about metatypes) - a general mechanism for enumerating such instantiations would be useful.The text was updated successfully, but these errors were encountered: