summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Node.h')
-rw-r--r--tikzit/src/common/Node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/common/Node.h b/tikzit/src/common/Node.h
index e2d4520..1e580ce 100644
--- a/tikzit/src/common/Node.h
+++ b/tikzit/src/common/Node.h
@@ -50,6 +50,8 @@
@brief The shape to use
@detail This is a convenience property that resolves the shape name
from the style, and uses a circle if there is no style.
+
+ This property is NOT KVO-compliant
*/
@property (readonly) Shape *shape;