X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fimagedelegate.h;h=3c77ff30bbec2b441a31174c0b89e4014e865b30;hb=742efd9b7deca399ca92f1c548e97836d626c86a;hp=78d07dcf7f42e4d1a0e46ad7af604a5a7b6d93c1;hpb=8e680eb382eceb22f52cb923958ac652d693eb1a;p=virtualjaguar diff --git a/src/gui/imagedelegate.h b/src/gui/imagedelegate.h index 78d07dc..3c77ff3 100644 --- a/src/gui/imagedelegate.h +++ b/src/gui/imagedelegate.h @@ -12,7 +12,8 @@ class ImageDelegate: public QAbstractItemDelegate // Q_OBJECT public: - ImageDelegate(QObject * parent = 0); +// 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; @@ -21,7 +22,8 @@ class ImageDelegate: public QAbstractItemDelegate // void setPixelSize(int size); private: - int pixelSize; +// int pixelSize; + QImage cartSmall; }; #endif // __IMAGEDELEGATE_H__