proper pixmap caching for hand counter

This commit is contained in:
Max-Wilhelm Bruker 2010-06-17 20:24:11 +02:00
parent df7bcf179d
commit f33abf14ca
2 changed files with 16 additions and 9 deletions

View file

@ -11,7 +11,6 @@ class HandCounter : public QObject, public AbstractGraphicsItem {
Q_OBJECT
private:
int number;
QPixmap *handImage;
public slots:
void updateNumber();
public: