removed unneeded animation in NotificationsLabelWidget

This commit is contained in:
Luis Ángel San Martín
2016-01-13 22:02:15 +01:00
parent 97c788203c
commit 09e8062a9a
2 changed files with 4 additions and 19 deletions

View File

@ -13,9 +13,7 @@ Q_OBJECT
private:
QLabel * textLabel;
QPropertyAnimation * anim;
QPropertyAnimation * anim2;
QGraphicsOpacityEffect * effect;
QGraphicsOpacityEffect * effect2;
protected:
void paintEvent(QPaintEvent *);