diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2010-04-29 10:39:13 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2010-04-29 10:40:01 (GMT) |
commit | 4d312a6e635ce0cde0ae5c439541f315d7fddff3 (patch) | |
tree | c2934e360a72d231ac7dd7005d81334292f58cb7 /examples/graphicsview/elasticnodes/node.h | |
parent | 71165896c2867091abe6df98ea18ac0536028a0b (diff) | |
download | Qt-4d312a6e635ce0cde0ae5c439541f315d7fddff3.zip Qt-4d312a6e635ce0cde0ae5c439541f315d7fddff3.tar.gz Qt-4d312a6e635ce0cde0ae5c439541f315d7fddff3.tar.bz2 |
Documentation for the Elastic Nodes example.
Checked for qdoc errors.
Diffstat (limited to 'examples/graphicsview/elasticnodes/node.h')
-rw-r--r-- | examples/graphicsview/elasticnodes/node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/graphicsview/elasticnodes/node.h b/examples/graphicsview/elasticnodes/node.h index 0df579d..990346e 100644 --- a/examples/graphicsview/elasticnodes/node.h +++ b/examples/graphicsview/elasticnodes/node.h @@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE class QGraphicsSceneMouseEvent; QT_END_NAMESPACE +//! [0] class Node : public QGraphicsItem { public: @@ -80,5 +81,6 @@ private: QPointF newPos; GraphWidget *graph; }; +//! [0] #endif |