imageobj.h
changeset 849 988f1908a7c4
parent 408 c2a05fa925a1
     1.1 --- a/imageobj.h	Fri Dec 08 20:18:56 2006 +0000
     1.2 +++ b/imageobj.h	Fri Jul 23 16:43:49 2010 +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: