diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-13 16:43:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-13 16:43:51 +0000 |
| commit | 4ccbc35ad14eaf86c56322c4155de109735ca60d (patch) | |
| tree | af6cf2a860bc129c6566b95156723385acf99203 /src/ui/eqtitlebar.h | |
| parent | b5833f9423ecdc673f653dbb3f4bca6dacc918c1 (diff) | |
| download | qmmp-4ccbc35ad14eaf86c56322c4155de109735ca60d.tar.gz qmmp-4ccbc35ad14eaf86c56322c4155de109735ca60d.tar.bz2 qmmp-4ccbc35ad14eaf86c56322c4155de109735ca60d.zip | |
fixed skin parsing
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@497 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/eqtitlebar.h')
| -rw-r--r-- | src/ui/eqtitlebar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/eqtitlebar.h b/src/ui/eqtitlebar.h index d3e9a0452..4dd1d64d1 100644 --- a/src/ui/eqtitlebar.h +++ b/src/ui/eqtitlebar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -47,6 +47,7 @@ public: private slots: void shade(); void updateVolume(); + void updateMask(); private: Skin* m_skin; |
