diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-28 16:45:09 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-28 16:45:09 +0000 |
| commit | 01235bdb7777c63c2c65ee6dd00081e640ae7dbe (patch) | |
| tree | 66d5b8def8c1611fef1646035123ac52a6dae496 /src/ui/eqwidget.h | |
| parent | d26eba2fad30b2bf23135d0e9b203fdee2a935b5 (diff) | |
| download | qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.tar.gz qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.tar.bz2 qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.zip | |
volume tracking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@569 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/eqwidget.h')
| -rw-r--r-- | src/ui/eqwidget.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ui/eqwidget.h b/src/ui/eqwidget.h index 7b3680a45..7e30eec86 100644 --- a/src/ui/eqwidget.h +++ b/src/ui/eqwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -36,6 +36,7 @@ class EQGraph; class Button; class EQPreset; class PlayListItem; +class SoundCore; class EqWidget : public PixmapWidget { @@ -53,11 +54,6 @@ public: */ void loadPreset(const QString &name); - /*! - * shows output volume and balance. Necessare for the shaded mode - */ - //void setInfo(const OutputState &st); - signals: void valueChanged(); void closed(); |
