minor performance improvements, removed explicit font size setting

This commit is contained in:
Max-Wilhelm Bruker 2011-03-07 18:50:06 +01:00
parent eea75078ac
commit 64c3c0984e
8 changed files with 95 additions and 87 deletions

View file

@ -21,11 +21,9 @@ protected:
int tapAngle;
QString color;
private:
QTimer *animationTimer;
bool isHovered;
qreal realZValue;
private slots:
void animationEvent();
void pixmapUpdated();
void cardInfoUpdated();
void callUpdate() { update(); }