diff options
Diffstat (limited to 'src/ui/volumebar.h')
| -rw-r--r-- | src/ui/volumebar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/volumebar.h b/src/ui/volumebar.h index 44ff6ac17..47d4dcb0d 100644 --- a/src/ui/volumebar.h +++ b/src/ui/volumebar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2009 by Ilya Kotov * + * Copyright (C) 2006-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -51,6 +51,8 @@ public slots: signals: void sliderMoved (int); + void sliderPressed(); + void sliderReleased(); private slots: void updateSkin(); |
