changeset 689 | c7b1178aec77 |
parent 408 | c2a05fa925a1 |
1.1 --- a/imageobj.h Fri Dec 08 20:18:56 2006 +0000 1.2 +++ b/imageobj.h Mon May 05 13:46:42 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: