Qt-QPropertyWithoutNotify¶
Q_PROPERTY should have either NOTIFY or CONSTANT
Required inputs: IR
Objects used in QML (e.g. Qt Quick or Declarative Widgets) need to notify when a property changes. This is also useful when viewing QObject properties in Gammaray.
This rule is based on clazy rule qproperty-without-notify
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
qproperty_without_notify |
Q_PROPERTY should have either NOTIFY or CONSTANT |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
level¶
level : int = 0