We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a76a1c6
This adds a function to register functions:
qmlfunction("unexported_foo", MyModule.unexported_foo)
The existing @qmlfunction macro also remains for functions that are in-scope and can have the same name in QML.
@qmlfunction