author | insilmaril |
Wed, 25 Apr 2007 16:02:54 +0000 | |
changeset 472 | 83a3be747ad9 |
parent 471 | 9c26d66d4c53 |
child 473 | 8b9cfc26638c |
imageobj.h | file | annotate | diff | revisions |
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: