aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-qproperty-without-notify.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-qproperty-without-notify.md')
-rw-r--r--docs/checks/README-qproperty-without-notify.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/checks/README-qproperty-without-notify.md b/docs/checks/README-qproperty-without-notify.md
new file mode 100644
index 00000000..f523c0ab
--- /dev/null
+++ b/docs/checks/README-qproperty-without-notify.md
@@ -0,0 +1,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.
+