# HG changeset patch
# User insilmaril
# Date 1177516974 0
# Node ID 83a3be747ad9af52b6c937e7577442c3f4b3cdd9
# Parent  9c26d66d4c530221a04d5dc87fc75dda68a81a58
started doxygen documentation

diff -r 9c26d66d4c53 -r 83a3be747ad9 imageobj.h
--- a/imageobj.h	Wed Apr 25 16:02:54 2007 +0000
+++ b/imageobj.h	Wed Apr 25 16:02:54 2007 +0000
@@ -4,6 +4,9 @@
 #include <QGraphicsScene>
 #include <QGraphicsPixmapItem>
 
+/*! \brief Base class for pixmaps.
+*/
+
 class ImageObj: public QGraphicsPixmapItem
 {
 public: