]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/imagedelegate.h
More incremental improvements to the "Insert Cart" dialog...
[virtualjaguar] / src / gui / imagedelegate.h
index 78d07dcf7f42e4d1a0e46ad7af604a5a7b6d93c1..303e9255e44c176e1aa2aef863b802294e4ff484 100644 (file)
@@ -12,7 +12,7 @@ class ImageDelegate: public QAbstractItemDelegate
 //     Q_OBJECT
 
        public:
-               ImageDelegate(QObject * parent = 0);
+//             ImageDelegate(QObject * parent = 0);
 
                void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
                QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index ) const;
@@ -20,8 +20,8 @@ class ImageDelegate: public QAbstractItemDelegate
 //     public slots:
 //             void setPixelSize(int size);
 
-       private:
-               int pixelSize;
+//     private:
+//             int pixelSize;
 };
 
 #endif // __IMAGEDELEGATE_H__