imageobj.h
changeset 472 83a3be747ad9
parent 408 c2a05fa925a1
     1.1 --- a/imageobj.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/imageobj.h	Wed Apr 25 16:02:54 2007 +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: