Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.12.7, 5.13.2, 5.15
-
None
Description
If there is a Q_GADGET object that doesn't have any properties, calling a slot method in QML will encounters an access violation exception, e.g.
class Gadget { Q_GADGET public slots: void foobar() const; };
The attachment contains a minimum reproduce example.