pjorourke05
Results
2
issues of
pjorourke05
registerSetConverters results in build time error no matching function to call qHash(... my class ``` class simpleGadget { Q_GADGET Q_PROPERTY(int id MEMBER id) Q_PROPERTY(bool flag MEMBER flag); Q_PROPERTY(float fValue MEMBER...
I am using Qt 5.15.0. I followed the steps in the readme for building the library and sample code from scratch. everything seems to build fine but when I run...