I created interface with single function and added Q_INVOKABLE before that function
When i use the object that implements this interface, take its metaObject(), and iterate on metaObject().method(i) there is no methodSignature() that matches the one that is inherited from the interface.
Am i doing it wrong or Is this possible at all?