]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/imagedelegate.h
Changed executable from vj to virtualjaguar to avoid possible future naming
[virtualjaguar] / src / gui / imagedelegate.h
index 303e9255e44c176e1aa2aef863b802294e4ff484..3c77ff30bbec2b441a31174c0b89e4014e865b30 100644 (file)
@@ -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__