aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/README-qproperty-without-notify.md
blob: f523c0abcd1d9efd5492ca8f588a8c6ac0638384 (plain)
1
2
3
4
5
6
7
# qproperty-without-notify

Warns when a non-CONSTANT Q_PROPERTY is missing a NOTIFY signal.

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.