Commit ad2f8e78 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Reference to Amarok good work.

parent 5c4a98c1
...@@ -75,6 +75,10 @@ void InputSlider::mouseMoveEvent(QMouseEvent *event) ...@@ -75,6 +75,10 @@ void InputSlider::mouseMoveEvent(QMouseEvent *event)
setToolTip( psz_length ); setToolTip( psz_length );
} }
/* This work is derived from Amarok's work under GPLv2+
- Mark Kretschmann
- Gábor Lehel
*/
#define WLENGTH 90 // px #define WLENGTH 90 // px
#define WHEIGHT 25 // px #define WHEIGHT 25 // px
#define SOUNDMIN 0 // % #define SOUNDMIN 0 // %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment