summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Node.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-11 15:20:43 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-11 15:20:43 +0000
commitbf911ac87c17599bc07bb25726f1fa332d233a64 (patch)
tree1a59d4dccf02f54d493174ddead94bd2e53e3b4e /tikzit/src/common/Node.h
parent84d4bc6f0f38e237f2a40faaf75e921211ab0ac6 (diff)
Tidy methods up
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@425 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
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;