Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 168 Bytes

README-qvariant-template-instantiation.md

File metadata and controls

5 lines (3 loc) · 168 Bytes

qvariant-template-instantiation

Detects when you're using QVariant::value<Foo>() instead of QVariant::toFoo().

The former results in more code being generated.