X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fimagedelegate.h;h=3c77ff30bbec2b441a31174c0b89e4014e865b30;hb=742efd9b7deca399ca92f1c548e97836d626c86a;hp=303e9255e44c176e1aa2aef863b802294e4ff484;hpb=0231914da63ed8c44751d7c7ef07f8e311ae0db1;p=virtualjaguar diff --git a/src/gui/imagedelegate.h b/src/gui/imagedelegate.h index 303e925..3c77ff3 100644 --- a/src/gui/imagedelegate.h +++ b/src/gui/imagedelegate.h @@ -13,6 +13,7 @@ class ImageDelegate: public QAbstractItemDelegate public: // ImageDelegate(QObject * parent = 0); + ImageDelegate(); void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const; QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index ) const; @@ -20,8 +21,9 @@ class ImageDelegate: public QAbstractItemDelegate // public slots: // void setPixelSize(int size); -// private: + private: // int pixelSize; + QImage cartSmall; }; #endif // __IMAGEDELEGATE_H__