JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
QtJambi 6.9.1
qtjambi
io.qt
QtUninvokable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type QtUninvokable
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
QtUninvokable
The QtUninvokable annotation marks methods not to be registered in the meta object system (opposite of Q_SLOT and Q_INVOKABLE).