changeset 664 | 01c028006e6d |
parent 408 | c2a05fa925a1 |
1.1 --- a/imageobj.h Fri Dec 08 20:18:56 2006 +0000 1.2 +++ b/imageobj.h Fri Feb 01 15:28:35 2008 +0000 1.3 @@ -4,6 +4,9 @@ 1.4 #include <QGraphicsScene> 1.5 #include <QGraphicsPixmapItem> 1.6 1.7 +/*! \brief Base class for pixmaps. 1.8 +*/ 1.9 + 1.10 class ImageObj: public QGraphicsPixmapItem 1.11 { 1.12 public: