Add Appawards docs.
[dorian] / widgets / translucentbutton.h
index d96050b..5e26707 100644 (file)
@@ -10,7 +10,8 @@ class QMouseEvent;
 class QTimer;
 
 /**
- * A button that is transparent, but can temporarily made opaque by flashing it.
+ * A button that is transparent, but can temporarily be made opaque by
+ * flashing it.
  */
 class TranslucentButton: public QLabel
 {
@@ -37,7 +38,6 @@ protected:
 private:
     QString name;
     bool transparent;
-    QTimer *timer;
     int elevatorTimer;
 };