summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/elasticnodes/node.h
diff options
context:
space:
mode:
authorAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2010-04-29 10:39:13 (GMT)
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2010-04-29 10:40:01 (GMT)
commit4d312a6e635ce0cde0ae5c439541f315d7fddff3 (patch)
treec2934e360a72d231ac7dd7005d81334292f58cb7 /examples/graphicsview/elasticnodes/node.h
parent71165896c2867091abe6df98ea18ac0536028a0b (diff)
downloadQt-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.h2
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